Akira Baruah
Akira Baruah
Hey @JaredReisinger some extra context: I'm using this module for a personal project and saw that text was offset a bit too low on a grid about 36x36. So I...
Friendly bump @JaredReisinger 😃 Mind taking a look?
Sounds great 👍 lemme know if you need me to push any fresh changes
Looks like CI is failing with: ``` ERROR: error loading package '@com_github_google_benchmark//tools': Unable to find package for @py_deps//:requirements.bzl: The repository '@py_deps' could not be resolved. ``` I probably won't be...
Took a quick peek at the [error](https://github.com/silvergasp/bazel_rules_cc_toolchain/pull/11/checks?check_run_id=3470089927) and it seems like github.com/google/benchmark added some new deps to its `WORKSPACE` file between [v1.5.0](https://github.com/google/benchmark/blob/v1.5.0/WORKSPACE) and [v1.5.6](https://github.com/google/benchmark/blob/v1.5.6/WORKSPACE). The offending dep is a missing...
BTW @silvergasp I've downloaded this repo locally to an Ubuntu container and tried running the test command to try to reproduce the issue, but I'm running into this error: ```...
Seems like `react-table` has moved on to become TanStack Table: https://tanstack.com/table/latest (similar to React Query becoming TanStack Query) @rgossiaux What were the main gripes with using react-table? I know we've...
I think @asdfryan and others brought this up recently as a point of potential developer friction (i.e. frontend devs having to know/learn both React and Django templating). I agree that...
Also, I don't think we need this for MITMH 2024, but leaving on the Milestone in case someone happens to want to move it forward.
> Personally I actually don't think this is necessarily desirable a priori. Django's pretty good for rendering basic HTML templates and forms Thought about this some more: For a CRUD-y...