Maurits Bos

Results 32 issues of Maurits Bos

When you click a link like this example this [https://wallet.keplr.app/#/evmos/governance?detailId=34 ](link) from a iOS device you will be redirected to a blank page on the browser. Expected behavior: redirect directly...

bug

When you run a python cell using the interactive window, you encounter the common situation where there is an error. The error messaging of python can be really long and...

interactive-window
feature-request

### Describe the bug when starting server and selecting lmsys/fastchat-t5-3b-v1.0 (downloaded using download_model.py) it breaks and says: ### Is there an existing issue for this? - [X] I have searched...

bug

### Describe the bug After trying GPU mode and finding out that my gpu is way too old, I tried reinstalling the repo from scratch but using cpu mode. I...

bug

Currently when a wrong mnemonic is set (like i did by accident) The autostake script will fail with the following `Failed with error: Invalid mnemonic format` But it will still...

Its not entrirely clear to me from the documentation which values i need to edit in the `networks.json` or which i can overwrite in the `networks.local.json`. Would be nice if...

Im trying to generate a tetrahedral mesh that has to have exactly the same vertices as those that are given in the input. I've had trouble with understanding why my...

The output generated by TetGen.tetrahedralize() should only be printed when the debug flag is set. Currently it just always prints, which i had to workaround redirecting the stout. python version:`3.10.10`...

This pr is regarding the implementation of the feature request in this issue: https://github.com/fabien0102/openapi-codegen/issues/213 This pr adds the following features: - optional config parameter `useCamelCasedProps` - camelcasing of schema type...

According to the Google Typescript style guide, we should use[ lowerCamelCase for parameters](https://google.github.io/styleguide/tsguide.html#naming-rules-by-identifier-type). Currently, because the openAPI standard is with snake case the current codegen generates types with snake_case parameters....