Ryan Ashcraft
Ryan Ashcraft
This was one of the few reasons I needed to fork react-scripts. We use CSS modules so ordering doesn't really matter for us. And there's no clear way to address...
@pelotom Indeed but it requires ejecting or forking.
@rhysldavis Today you'll need to initialize the Amplitude instance with an API key and config options outside of react-amplitude (before passing it into AmplitudeProvider). I think it makes sense for...
@Andarist It's not stale. Just not quite ready yet. :) Appreciate your feedback/comments if you have any!
Thanks for the thorough review @Andarist! Excellent points all around. After some discussion and experimentation we're going to do another sweeping pass on this. We want to reimagine the library...
I'm using this bug to get familiar with the internals of prettier and this plugin. My naive approach to getting this done is by adding a new prettier printer option...
@j-f1 Not sure if I'm understanding your suggestion, but here's what happens when I change plugin-python's [`printComment`](https://github.com/prettier/plugin-python/blob/e7f84460864ca71880f66971262156bcb00457f8/src/index.js#L125) to return `group(concat([line, comment.value]))`: ``` $ prettier --plugin=. --parser=python tests/python_comments/comments.py if a: #...
@uBlockAdmin Any feedback on this PR?
`npx supabase@beta functions deploy` no longer errors with deno.lock version 3 for me
> I think the issue might be caused by accessing the Future's `result` from the `Conduit` from outside of the Future's `lock` [here](https://github.com/OpenCombine/OpenCombine/blob/1c6f02c7ed8140c0ba7a783aaddb6e0685a0037b/Sources/OpenCombine/Future.swift#L185). Strangely neither the Address nor Thread sanitizers...