Fred Guth
Fred Guth
**What changes did you make?** (Give an overview) Added Brazilian Portuguese translation **Is there anything you'd like reviewers to focus on?** If I should have used "pt-br" instead of "br"...
Noticed that `rnum_methods` and `inum_methods` are exported but never set into `fastuple`: https://github.com/fastai/fastcore/blob/f7fea257626106e2016d4a55d280f8b876f6dcb4/fastcore/basics.py#L795 Shouldn't it be: ```py for n in num_methods + rnum_methods +inum_methods: if not hasattr(fastuple, n) and hasattr(operator,n):...
I wasn't able to just `cargo build` the project in macOS Monterey. The error: ``` Compiling coreaudio-sys v0.2.2 error: failed to run custom build command for `coreaudio-sys v0.2.2` Caused by:...
Sorry if the question sounds rude... not my intention in any way. But I can't prevent noticing that most issues in this repo are 4 or 5 years old. Any...
In [hoodie-account.js](https://github.com/hoodiehq/ember-hoodie/blob/master/addon/services/hoodie-account.js), the service does not allow: account.validate ~~account.signUp~~ ~~account.signIn~~ ~~account.signOut~~ ~~account.destroy~~ account.get account.update account.profile.get account.profile.fetch account.profile.update account.request account.on account.one account.off is there a reason for that? It doesn't seem...
Hi, When I use Skeuocard I get this error in the console: ``` TypeError: this.options.initialValues[fieldName] is undefined ``` The error is in skeuocard.js line 173 ``` if (this.options.initialValues[fieldName].length > 0)...
Hacky way to fix position.side. It is assuming a specific `biding`. Probably won't work in right-to-left languages.
add github.com/fredguth/tufte-inspired as a custom format
I have a working example with shiny using 1M rows: https://github.com/fredguth/shinyduck/blob/main/express-itables-mwe.py It works. The only problem is that it shows that it is downsampling..... I wish it was smart enough...
# Store SQLMesh Audit Failures for Later Consumption ## Summary Add an option to `sqlmesh audit` to store failed audit results in a table for later analysis and reporting. ##...