SharkFourSix
SharkFourSix
**Is your feature request related to a problem? Please describe.** The way of constructing migration units it kind of problematic because it forces the users of the library to use...
When adding data using the ```new Selectr(..., {data: []})``` method, custom attributes seem to be ignored versus when adding them through ```instance.add(...)```, which also ignores option groups. The following does...
I'm having difficulties using this engine because there's zero documentation. I'm only getting by because it's similar to Twig. The issues I'm having are 1. Multiple level inheritance doesn't seem...
**Summary**. When you set logging mode to none when you wrap PHP, the service does not start. Java and python work without issues. When the line is removed or set...
Is there a configuration API for setting the network interface to listen on?
Does the library comply with https://datatracker.ietf.org/doc/html/rfc7519?
Is it possible to remove some columns when printing? The same way we do `export({ skipColumn: [ 4 ] })`
Nice library. Is there a way to make the label not break? The menu items are shrunk to the point there can only be 7 characters each line. I would...
You're checking whether the context is null and then still continue to make use of it even though it is null. ``` public String getTimeAgo(Date startDate) { // date counting...
The adapter does not allow creation of other components instead directly goes to create all the views, which makes it difficult to implement states.