Skip to main content
0 votes
1 answer
62 views

In a v12 TYPO3 site running EXT:news 12.3.0 I'd like to display a random selection of news articles, maintaining other chosen restraints (as limit to categories, respect top news etc.). Best practice ...
webman's user avatar
  • 1,202
0 votes
0 answers
56 views

I'm looking for a way to extend the tFieldType with my own custom types. I've tried type pSetExtendedFieldTypes = (ftAlpha, ftAlphaNumeric, ftNumeric); pSetNativeFieldTypes = tFieldType; pSetDataTypes ...
user2383818's user avatar
1 vote
1 answer
524 views

I am facing the exact same issue as the one described in Override 65ch max-width in Tailwind CSS Typography, only in the recently published v4 of Tailwind CSS. This new version has fully changed the ...
Diplodoco's user avatar
  • 433
4 votes
1 answer
81 views

I want to create a custom method on Object class and Array class. It works perfectly with array of Integer, Strings, etc. but not for File. Weird! class Object def foo puts("Object#...
jean marc's user avatar
0 votes
1 answer
90 views

what am i missing here? This is a simplified example of creating an Angular 18 base component and a heir component extending it. Both are standalone. All seems fine in that the heir component sees the ...
FairSite2C's user avatar
0 votes
1 answer
86 views

I try to add additional fields to the extension seminars (5.7.0) in TYPO3 10.4.34 but they don't show up in the single view in frontend. What I did so far: I created the extension my_seminar with the ...
Ralf's user avatar
  • 11
0 votes
1 answer
57 views

In Miniscript, when working with Sprites, I find I have to convert radians to degrees and degrees to radians a lot. In most examples, one sees this as varDegrees*pi/180 and varRadians*180/pi. Fine, ...
TurtleZero's user avatar
  • 1,064
1 vote
1 answer
66 views

Some background I am very new to Swift and MacOS and trying to learn the Swift way to do things. This started because I realized that tuples are not hashable so I rolled my own: struct XY: Hashable { ...
nilgirian's user avatar
  • 135
0 votes
0 answers
51 views

Is it possible to extend a System.Windows.Controls.Button without creating a custom control? What I want to do is add a DependencyProperty (ButtonStyle) to a standard button where I can reuse the ...
Richard Gale's user avatar
  • 1,952
1 vote
1 answer
62 views

What I'm trying to do - create a reusable component that passes values into an extended background image class. The issue - the background image is not appearing until after I first run the jsx with ...
Todd Holford's user avatar
0 votes
2 answers
74 views

I got like 10 classes that should implement an interface. Those classes also extend a type of another class, either directly or as subextended class. I cannot change those classes i extend, because ...
Traber Hong's user avatar
1 vote
1 answer
46 views

how can I combine ApiKey with Basic Authentication? The API requires to pass ApiKeyby extending the Basic Auth Headers. Actualy pass 2 more headers in basic auth (apiVersion & apiKey) The manual ...
Elias Giannopoulos's user avatar
3 votes
0 answers
379 views

How do you handle decorator node output in vanilla js? It looks like the decorate method of thevDecoratorNode Class is for rendering React components. Is the decorate() method required to extend the ...
Johan Bosman's user avatar
0 votes
0 answers
33 views

What I mean is that with Django templates, you can create a quite long file A, have a couple of "block" elements in it that can be extended in other files, and then you can create files B ...
derrgill's user avatar
-2 votes
1 answer
132 views

I have a class that extends another class. Depending on a user's input, if the input "A" then the class needs to be a subclassA, but if they input "B" it will be a subclassB. I ...
J C's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
104