Noah Settersten

Results 8 comments of Noah Settersten

I ran into a similar issue with reading the output from the JSON formatter myself. It turns out there are two gems that generate JSON output for simplecov (`simplecov-json` and...

I'll second the use case that @frknylmzcom2 is asking for. We want to be able to receive Intercom's push notifications on iOS in the app, but would like to disable...

To fix this, I had to update the component within the `` component to receive a ref with React's `forwardRef`.

I'm not really familiar with Delphi, but you may need to submit your source code file (this may have a file extension of `.pas`) instead of the compiled executable (`.exe`)....

I'm seeing a similar issue on a project where 23.15.1 returns a similar union type, whereas 23.15.0 returns the expected `string` type. @marcalexiei Your screenshot looks to be loading the...

Oh, sorry. In my case, the translations are loaded using [the HTTP backend](https://github.com/i18next/i18next-http-backend). We then have a `.d.ts` file that adds to the types that looks generally like this: ```...

FYI: This looks to be fixed now for me now that I've upgraded 23.16.5! This was possibly resolved by 23.15.2 (from https://github.com/i18next/i18next/pull/2243).

> My `config.fish` contains: > > set -gx SHELL fish > devbox global shellenv --init-hook | source Adding these two lines to my `config.fish` file seemed to help Devbox global...