Ben Merritt
Ben Merritt
Based on my own knowledge of the GPL, the only issue I can see is if you were to either modify the OpenPLC code or have your own code *link*...
Correct me if I'm wrong, but it looks like this affects any components that use the SFC `` syntax. That seems like a pretty significant limitation. Short of adding more...
I got cross-compilation working on [this commit](https://github.com/yusdacra/nix-cargo-integration/commit/3c67cc1875ac320f01d73760d0b6c92611daa992) by basically just setting `targets` in `rust-toolchain.toml`], but since the migration to `flake-parts`, it doesn't seem to be quite that simple.
I was trying to cross-compile for the Raspberry Pi Pico. I must have updated some flake to a bad revision; the current ones let me compile successfully.
> Might make more sense to use https://github.com/whisperfish/rust-phonenumber with https://github.com/pgcentralfoundation/pgrx for build simplicity. If those had existed when I originally started this project, I probably would have taken that route....
> It's never sufficient to only do validation on the front-end. True, yes. In recent projects, though, I've found it works pretty well to have phone number validation in the...
> You validate on the backend to make sure they're using only front-ends with validation, and not a crafted post request with curl. ;) To clarify, what I was describing...
The first commit in this branch is basically in a reviewable state, although I should probably add some tests. The second commit, which tries to get rid of the browser's...
Looks like [this issue](https://github.com/jsdom/jsdom/issues/2933) will make automated tests tricky.
> The third option (handler function defined by users) looks also good, do you mean to make users able to define their own handler function alongside a standard behaviour (option...