Teodor Kostov

Results 15 comments of Teodor Kostov

I can confirm that this happens for version `8.0.0` as well. ``` error: Import 'https://esm.sh/v85/[email protected]/deno/type.mjs.js' failed: 500 Internal Server Error at https://esm.sh/v85/[email protected]/deno/builder/union.js:2:314 ```

@domoritz The `jsdelivr.net` does not properly provide the TypeScript types for Deno. However, I am playing with bundling my application and got an interesting error when using the dependency from...

Should fix #208. Maybe provide a workaround for #207.

Hey, @Voyz. - About the IP, you are right. I did not pay attention that the mask was `/12`. I'll fix that. - CI/CD is would be great. However it...

Thanks for the info @Voyz. > 2. What's more, IBKR indicates they're looking to introduce the OAuth 2.0 API which will most likely mean the Client Portal Web API -...

I do agree that it is possible to make it work. However, think about the ibind API from the perspective of a new user. The person does not know how...

Better use a library for that. Something like [Pydantic](https://docs.pydantic.dev/latest/). Data validation is a common problem to solve. It is a certainty that the users of an API will mess up...

Same situation when running on Arch Linux. Custom build. ``` Registered window config:advisor_monuments_window Registered window config:advisor_housing_window Registered window config:advisor_trade_window Registered window config:advisor_religion_window Registered window config:advisor_ratings_window Registered window config:advisor_population_window Registered window...

Hey @dalerank. Yes, it is a local build. But it seems that the issue is not with the build itself but the newer versions of the system packages. What would...

@dalerank The problem was the build command. I changed `-DCMAKE_BUILD_TYPE=RelWithDebInfo` to `-DCMAKE_BUILD_TYPE=None`. I was able to successfully build tag `ra0325` and install the application. Now I have a gameplay issue....