KSneijders
KSneijders
When executing this code, then not entering anything in the input field and re-executing the code stops the entire project from working. Restarting the kernel fixes the issue. ``` System.out.println("Enter...
API documentation for the project would help users get a better overview of all available functionality. An API documentation would especially be useful for all `AoE2Object` subclasses. Having an API...
I'm unable to use `OrderedSet.index(...)` function with `frozenset`s as values. It throws an error when the key is a frozenset. Code to recreate the error: ```py os = OrderedSet([frozenset([1, 2])])...
Hi, first of all, thanks for the very useful package! --- Due to Firefox having more strict rules for (self signed) certificates, the generated files cannot be used to tell...
This PR shows the tests that fails when a relation is **not** nullable using `PersistRelations`. Context for this PR is showing a test would fail if it'd exist. Context for...
Domains including an underscore like: https://example_site.laravel-sail.site:8080 Being used in a `SoloRequest` will result in a request being sent to: /https://example_site.laravel-sail.site:8080 This can be verified by adding the following test which...
Adds support for Laravel v12 Tested it locally and install worked flawlessly with a laravel v12 application
### Bug description #### Report Models which have an explicit `public static function create` defined seem to be ignored. We're using [MagicLink](https://github.com/cesargb/laravel-magiclink) for a project which overwrites the `public static...
Allow the following functionality: - `MapManager.shrink_map_by` - `MapManager.expand_map_by` - `MapManager.change_map_size` These all have the following properties: ```py map_size: int / expand_by: int / shrink_by : int, direction: Direction = Direction.EAST,...