Chris Frewin
Chris Frewin
Following this issue thread https://github.com/themsaid/ibis/issues/27 it appears that the following type of markdown tables are supported: | Command | Description | |-----------|-------------| | Test | Test | i.e. raw format:...
# Bug report ## Describe the bug As the title states, when I apply a diff from a staging project to a production project using supabase's docker image, for the...
Looking for someone with experience here in this. Once automatic tests are built, I would like the following: - Incrementally versioning each time there are code changes to the source...
Other than doing some smoke tests via the [interactive demo site](https://princefishthrower.github.io/react-use-please-stay/), I have no other testing method currently for the code in this repo 😅 I'm partial to end-to-end testing...
As the README states, one pitfall of this hook is that it should only be called _once_ across an entire codebase - otherwise, it will create multiple timeout interactions on...
Within the [usePleaseStay](https://github.com/princefishthrower/react-use-please-stay/blob/master/src/hooks/usePleaseStay/index.ts) source code there is a TODO to add preload logic for external favicons. You may notice when opting to take external favicons, the favicons sometimes take a...
I've got a very strange issue here: the following Dexie code: ```javascript const myTableArray = await db.table("myTable").toArray() const myTableArraySecond = await db.table("myTable").toArray() console.log(myTableArray) console.log(myTableArraySecond) ``` will output the following: ```...
Hi, great tool! Unless I'm crazy, I believe `font-size` is missing from the site? Thanks! Chris
Warning: You called act(async () => ...) without await. 2 minute repro on examples/reactnavigation
## Describe the bug I see the infamous `Warning: You called act(async () => ...) without await.` after a fresh clone and install checking out the `reactnavigation` example. ## Expected...
As requested / commented in https://github.com/praekelt/django-recaptcha/issues/226 - I used an additional attribute i.e. `attr` called `returned_score` which is set during validation with the returned score from google. Also updated the...