Nikolas Mauropoulos
Nikolas Mauropoulos
When i declare the following type: ```java @TypeDef( name = "viewing_types", typeClass = ListArrayType.class, parameters = {@Parameter(name = ListArrayType.SQL_ARRAY_TYPE, value = "text")} ) ``` and use it like this ```java...
Would be a nice if MODiX was able to create some voice channels for discussions or assistance on demand based on a user's role. Based on that role a user...
Would you be open on a Parser that doesn't throw Exceptions but instead returns `ParsingResult`s with the `MustacheTemplate` inside it, and the `ParserContext`. And in case of a failure the...
https://github.com/StubbleOrg/Stubble/blob/7e5bab6c69d90ab898b84c158969495c0e05bbac/src/Stubble.Core/Parser/TokenParsers/PartialTagParser.cs#L59-L62 This should throw an exception instead of returning false. At this point there's nothing in the Slice, and the parser is moving to the next InlineParser -> `InterpolationTagParser` which...
It relies on: https://github.com/raysan5/raylib/pull/3891 Fixes: #40 #39 #37 It doesn't however fix the parsing, which in the end might cause crashes if raylib is changed significantly.
- Added ImdbId to Endpoints so you can query a movie by it's imdb id. - Removed Language query parameter on Movie ExternalIds endpoint as is not a valid query...
## System info **Operating System**: Ubuntu 21.04 (K: 5.11.0-25-generic) **Shaka Packager Version**: packager-linux version v2.5.0-98b97709d7-release I'm having the following workflow: I get an input from a Capture Card with ffmpeg,...
Introduce a System where Administrators would register Events on the bot. _The ideal management system would be on the WebUI (which hasn't been built yet)_ - The Bot will post...