Micah Zoltu
Micah Zoltu
# Bug Report ## Description **Bug Summary:** If you have a large number of models, when you try to search for a model by name it doesn't always show all...
As someone coming from runtypes looking for a solution to https://github.com/pelotom/runtypes/issues/56, I found funtypes but it is unclear to me what exactly I'm getting along with a solution to that...
It would be great if the following worked and the proper method was called based on what `Accept` header the caller supplied. ``` @Path('') class Controller { @GET @Path('/getFruit') @Produces('application/json')...
In the docker images, instead of pointing at something like https://github.com/NethermindEth/nethermind/blob/383df00694f3ffd884a4d277977521f06efe9d10/Dockerfile#L1 change it to point at something like: ```Dockerfile # is `microsoft/dotnet:2.2-sdk` FROM microsoft/dotnet@ AS build ``` This would ensure...
Currently it appears to be hard coded to CloudFlare and cannot be changed in the UI: 
 I noticed that you have been actively iterating on OpenCast lately so I figured I would give it another try to see if some of the bugs I encountered...
- OS: Windows - Version of IPFS Desktop: 0.32.0 **Describe the bug** When you right click on a file in Files and choose "Share Link" you are given a URL...
**Module Version:** v0.6.9 **Describe the bug** An actor with an Active Effect with a `macro.tokenMagic` attribute set to the value of a preset will not have that preset applied/removed when...
**Description** In Windows, the root of the user directory (`%USERPROFILE%`) is NOT the right place to store application settings. This is a very common convention on Linux, but Windows !=...
https://github.com/MetaMask/json-rpc-engine/blob/bece020a9d515e1714ffa3e6ac36c534e33ddfe5/src/JsonRpcEngine.ts#L344 This code will (at least sometimes) throw a `{ code: ..., message: ... }` object rather than an instance of `Error`. This means there is no stack trace and...