Nathan Brown
Nathan Brown
I updated from v0.8.2 to v0.8.4 (also checked v0.8.3), and my unit tests now failing with: ``` TypeError: Cannot set property 'format' of undefined at D (node_modules/react-moment/dist/index.js:11:12116) at Object. (node_modules/react-moment/dist/index.js:11:13748)...
Add '.sc2', '.mn2', and '.pj2'. These are the extensions that [foxbin2prg](https://github.com/fdbozzo/foxbin2prg) uses when making the FoxPro binary forms, menus, and project file compatible with source control. They are round-trip capable...
I've installed Elastic Search 5 with the [steps here](https://www.elastic.co/start) and when I try to run the `./populate.sh` script, I get authentication errors: ``` Creating 'get-together' index... {"error":{"root_cause":[{"type":"security_exception","reason":"missing authentication token for...
There is a way, explored by [Brock Allen](https://brockallen.com/2019/01/11/same-site-cookies-asp-net-core-and-external-authentication-providers/), to use `sameSite: "Strict"` for the session cookie while using OAuth2 redirects for login. I prototyped it some, and I used the...
### Description Like #3909 but for the HMR dev server. During development I have the COEP header with a value of `require-corp` to access certain features like `SharedArrayBuffer` objects or...
Hello, thanks for putting this library out there. In my case, as part of the application registration, I have a custom API exposed in the Azure portal for app registration....
I have Python 3.6.6, x64, pip 21.1.3, on Windows. I have a `requirements.txt` file of: ``` fastparquet==0.6.3 numpy==1.19.5 ``` and running `pip install -r requirements.txt` results in `RuntimeError: Python version...
### Describe the bug and the expected behavior I have a form with initial values (`defaultValue`) and a [nested array](https://conform.guide/complex-structures#nested-array), but the `initialValue` was always `undefined`. It took me awhile...
This should simplify path splitting in ofAddon. In the Visual Studio Project, I reverted all paths back to backslashes instead of handling it in various parts of the project.
When trying to use this library from vitest in-browser, it errors with "process is not defined". Using native `fetch` would allow this to run everywhere.