Jan Vincent Liwanag

Results 9 issues of Jan Vincent Liwanag

Looking for support for custom IntType, FloatType within an evaluation. In particular, was hoping to us evalexpr with [decimal](https://crates.io/crates/decimal). It would be better to be able to provide these types...

enhancement

Currently, default scalars are hardcoded on the generated code -- Int, Float, String, Boolean, and ID. Requesting a feature to skip defining this scalars. My particular use case is I...

enhancement

Given a rust project with the dependency: `pbjson_types`, the generated cargo bazel lockfile differs when generated on Mac and Linux. See sample project [here](https://github.com/jvliwanag/repro-cargo-bazel-lock-issue). The diff switching from the mac...

bug
external-crates

### What happened? `ts_proto_library` should write its output on the directory the rule was defined. Release 4.5.0 however writes the output instead on the directory where the proto file is....

bug
help wanted
funding needed

Hi @Woody88 ! I'm building backends that utilize AWS api gateway and Lambda. Basically that simply involves creating the ff: ``` newtype ApiGwHandler = ApiGwHandler (EffectFn2 ApiGwReq LambdaContext (Promise ApiGwResp))...

JS console functions typically handle logging of certain types in a special manner. For instance, logging Errors also display an accompanying stack trace. Logging dom elements on browsers can also...

**Description of the change** Skip needing to copyRecord for `buildFromScratch`. --- **Checklist:** - [X] Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "-...

Hi @klntsky , wondering if you've had some thoughts on using code generation to build bindings for playwright. There have been prior work: [React Basic](https://github.com/lumihq/purescript-react-basic-dom/tree/main/codegen) [React Basic MUI](https://github.com/purescript-react-basic-mui/purescript-react-basic-mui/tree/master/codegen) [AWS](https://github.com/purescript-aws-sdk/gen) -...

Tailwind config file not being used when invoking the tailwind cli. This fixes that issue.