Eric Tuvesson

Results 37 issues of Eric Tuvesson

Just some minor documentation to help. I am not sure why we uncommented out `void Send(byte[] packet);` form the interface, but I added it back again.

Currently the second RegisterTypes call overrides the previous call as it's saved as an action in the builder. ```cs new ServerBuilder() .RegisterTypes(serviceCollection => { // Never called }) .RegisterTypes(serviceCollection =>...

Compile target doesnt escape paths, this causes an issue on some windows machines. I did solve it by adding another backslash after _$(BaseIntermediateOutputPath)_. This would have to be solved while...

Fix https://github.com/Robmaister/SharpNav/issues/69 _Updating it to a later version requires a lot more work._

``` TypeError: Cannot read properties of null (reading 'charAt') ``` ![Screenshot 2022-04-13 at 13 45 44](https://user-images.githubusercontent.com/1263211/163173172-7bbbf38c-2a1d-4866-84e0-e6daebe3edf1.png) https://github.com/mixpanel/mixpanel-js/blob/b2ac95b4b1e9f8b46c709acd1102d531f38a6aa3/src/utils.js#L538-L548 https://github.com/mixpanel/mixpanel-js/blob/b2ac95b4b1e9f8b46c709acd1102d531f38a6aa3/src/utils.js#L713-L729

In my case I have the same resource as both controllers work around the same object, just makes it easier to split it out a bit. ```rb # @resource MyResource...

Hey, I currently came across an issue where we annotate the code with uppercase "Integer", but Swagger only supports lowercase `integer`. https://swagger.io/docs/specification/data-models/data-types/ Is there a way to force it to...

The link goes to the commercial version of Noodl, not the open source. ![image](https://github.com/noodlapp/noodl/assets/1263211/3b53b296-875a-414d-810f-0a5ff5089cde) https://github.com/noodlapp/noodl/blob/main/packages/noodl-editor/src/editor/src/views/panels/EditorSettingsPanel/sections/OpenAiSection.tsx#L169

When deploying new cloud functions to the cloud service it would be ideal to make an update check to verify that the new version is uploaded correctly. This would require...