lintaba
lintaba
snake/kebab is on the user. I made it to be fully optional and backward compatible, so you have to provide the view:foo-bar / view:fooBar. a decision that i made (which...
Copied from src/Generators/Statements/ViewGenerator.php:66 . Can you please send a counter example? Also is it also needed to be fixed?
@jasonmccreary fixed per your request
I've made a relevant PR: https://github.com/orchidsoftware/platform/pull/1927
@yourjhay you must mark your `target_date` to be casted as a date/datetime to work properly https://github.com/orchidsoftware/platform/pull/1927/files#diff-ec81588bdcd5635dcb10a3db8d5b33a8e6fb78524a499656b14f2a16f0642b34R243
fn ([arrow functions](https://www.php.net/manual/en/functions.arrow.php) ) are introduced in PHP 7.4. Either the composers.json's minimum php version should be bumped to 7.4, or it should be replaced with the long version. I'd...
same issue. `setCompressionQuality` got added in 1.6.1, however composer installs version 1.2.2 with php 8.1, as it was >=5.6 for a while, then got changed to `^7.2|^8.0`. As quick fix...
found it on ultracube's discussion too: https://mods.factorio.com/mod/Ultracube/discussion/65ac18503117b0345963cbf6
same as: https://github.com/ClaudeMetz/FactoryPlanner/issues/225
Somehow it's connected to the TLS and the two sockets. With listening on socket and this._sock to close/end events, it works for me, but surely this is not a real...