Ryan Castner

Results 72 comments of Ryan Castner

it says in the README to run this on MacOS: ``` CFLAGS="-stdlib=libc++" pip install --editable ./ ``` and it worked for me on M1 chip.

they made it open source, they could have not done that, they had no obligation to do it, and have no standard that says the readme should be better than...

open source does not mean "and we will provide support", it simply means the source code is open for anyone to read. I am sure they would like to make...

+1 for this

Running into this same issue. The suggestion by @phamhongphuc does work for now: ``` /** @type {import("prettier").Config} */ const config = { semi: false, singleQuote: true, plugins: [require.resolve('prettier-plugin-organize-imports')], } module.exports...

I have the same issue, the widget does indeed use the browsers timezone setting, but serializes with the django timezone setting (by using pytz).

I actually solved this by including settings.TIMEZONE = 'My Tz', i didnt realize it wasnt in settings so dates werent converted back properly

> Yes, this is being used in a work context, though to contribute I'd have to do so on personal time. Simply tell your boss you can either build your...

this would be a nice feature in CRA for people who need stronger security defaults