Eric

Results 238 issues of Eric
trafficstars

Add the ability for mod authors to specify asset files which are pre-cached when the mod loads. This post was suggested by Github Copilot and it freaks me out that...

enhancement

``` C:/Haxe/Haxe425/haxe/lib/tink_http/0,10,0/src/tink/http/clients/SocketClient.hx:52: characters 21-26 : Uncaught exception Https is only supported with -lib hxssl C:/Haxe/Haxe425/haxe/lib/tink_core/2,0,2/src/tink/core/Future.hx:297: characters 45-56 : Called from here C:/Haxe/Haxe425/haxe/lib/tink_core/2,0,2/src/tink/core/Future.hx:492: characters 12-35 : Called from here C:/Haxe/Haxe425/haxe/lib/tink_core/2,0,2/src/tink/core/Future.hx:498: characters...

https://github.com/haxetink/tink_cli/blob/c9124f9be04baca0cd55f06237a0a9fffb6287dc/src/tink/cli/Macro.hx#L493 ``` C:/Haxe/Haxe425/haxe/lib/tink_cli/0,5,1/src/tink/cli/Macro.hx:493: characters 34-41 : Uncaught exception Null Access C:/Haxe/Haxe425/haxe/lib/tink_cli/0,5,1/src/tink/cli/Macro.hx:403: characters 62-73 : Called from here C:/Haxe/Haxe425/haxe/lib/tink_core/2,1,1/src/tink/core/Promise.hx:86: characters 24-28 : Called from here C:/Haxe/Haxe425/haxe/lib/tink_core/2,1,1/src/tink/core/Future.hx:109: characters 47-54 : Called from...

As seen in the following pull request on Serverless core: https://github.com/serverless/serverless/pull/5997 When the additional stacks include a `Transform` section (which is used to apply a macro, to allow for additional...

``` Partitioned cookie or storage access was provided to “http://localhost:3000/” because it is loaded in the third-party context and dynamic state partitioning is enabled. ``` The above warning appears in...

As seen on this line, the message event origin must exactly match the input address. https://github.com/spurushottam13/bifrost-cors/blob/master/index.js#L43 When testing the Bifrost library today, I encountered an issue. I had inadvertantly entered...

Initializing one bifrost-cors client should allow the user to specify multiple domains to interact with the local storage, using an array or some other means. Currently, multiple clients are needed...

I want to allow `public static var` to allow lowercase characters but enforce that `public static final` should allow only uppercase characters.

enhancement

This component cannot be used with NextJS. **Expected Behavior**: A simple page should build and render. **Actual Behavior**: A `ReferenceError: window is not defined` is thrown. **CodeSandbox for Minimal Example**:...

## Introductory Information **[Polymod](https://github.com/larsiusprime/polymod)** is an atomic modding framework for HaxeFlixel (and other Haxe game engines). It was originally developed by Lars Doucet, and is now developed and maintained by...

unclaimed
Haxe