Malachi Bergman

Results 11 comments of Malachi Bergman

That's probably the fasted reply I have gotten to an issue ever. I am trying to find in the source code where the database connections are made. https://github.com/dashpresshq/bacteria/blob/e374caf6660412beb5b77cfc82543b598a31fea4/src/utils/connect.ts#L58 This problem...

So the output of bacteria should be the schema of the database in the form a json file. Let me give this a try. I may have to use bacteria...

I don't think it updated the version of bacteria in the release. See the package-lock.json ([L3](https://github.com/dashpresshq/bacteria/blob/a81d2e5dbb3c16f9f09ef2b0081187b9f7e4664b/package-lock.json#L3), [L9](https://github.com/dashpresshq/bacteria/blob/a81d2e5dbb3c16f9f09ef2b0081187b9f7e4664b/package-lock.json#L9)). I think it's my fault. It doesn't match package.json. v0.0.10 vs v0.0.13.

I apologize. I missed that the `npm install - g dashpress` layer was cached in my docker.file, so I ran `docker compose build --no-cache && docker compose up -d` and...

In the meantime, I will probably be developing something myself. This could be a really fantastic way to streamline the stack.Id even go as far as saying a half-baked but...

@moltar I made a slight attempt, but I decided to move away from refine because I didn't need refine after using ts rest for my current use case.

It may have something to do with the fact that I am using a Controller component... I went ahead and supplied the defaultValue prop to the controller as queryResult?.data.data.description in...

@aliemir I was thinking through the same concerns. IMO, there's already quite a bit of "magic" behind the value getting populated simply because it was registered. Again, my solution has...

Ideally, react hook form would provide a callback when a field was registered, that way we could trigger our setValue call.

Does this refer to this documentation page? https://github.com/wpilibsuite/frc-docs/blob/main/source/docs/zero-to-robot/step-4/creating-test-drivetrain-program-cpp-java-python.rst I know how to use the Phoenix 6 libraries. I just need a bit more collaborative direction before I try to make...