Cam Stuart

Results 21 issues of Cam Stuart

Hello, Firstly i'd like to say this is an excellent library, very very good indeed, and I really appreciate the work done here. I am using the `return_calculated_values` feature so...

bug

It would be great to see schematics like the material UI ones here: https://material.angular.io/guide/schematics

type: feature

### Describe the bug I am attempting to compile pjproject-2.12 from source on an M1 Mac and encountering the following error: ```bash ../src/pj/os_core_darwin.m:85:5: warning: (messages without a matching method signature...

See also @Altai-man's comment: https://github.com/Raku/examples/issues/57#issuecomment-681904542 The examples directory requires attention. I am in the process of bringing file extensions (see also #72) and shebangs inline with current Raku conventions. But...

`bin/run-examples.pl` is currently broken. Seems `META6.json` needs `File::Find` to be added. Also, as file extensions are being changed to match Raku conventions this runner script will require ongoing updates

Has anyone tried to use faygo in AWS lambda?

Hello, Would you consider an update to a more modern dependancy management such as `pipenv` or `poetry` (or if a PR was made?)

Hi, I'm using the react version of prime ui. My understanding of env vars with create react app is to use the prefix: `REACT_APP_` But if I modify my start...

I created a backend to log messages to an MQTT broker. If you don't mind, please add it to your README: https://github.com/camstuart/mqttlog

**Describe the bug** Pydantic `2.5.3` complains about incorrect type definition `confloat`: This function is **discouraged** in favor of using [`Annotated`](https://docs.python.org/3/library/typing.html#typing.Annotated) with [`Field`][pydantic.fields.Field] instead. **To Reproduce** Example schema: ```json { "$id":...