Alex Kwiatkowski
Alex Kwiatkowski
This was causing a duplicate headers error on Chrome
* [ ] Tai Components & Data Flow * [ ] Daily Developer Workflow * [ ] Mapping Tai to OTP Concepts * [ ] Receiving Custom Data in Advisors...
Most tests are currently not getting run on CI and there are several that don't run locally. CI currently only runs `eth` & `batch` ```yaml mix test --include eth --include...
Most tests are currently not getting run on CI and there are several that don't run locally.
Hi, I'm trying to figure out how to write the logs from my Elixir application directly to Stackdriver without fluentd. Ideally I'm looking for something like what you [provide in...
Howdy 👋 I'm trying to contribute to the ecto 3 upgrade that @DiodonHystrix has started [here](https://github.com/elixir-sqlite/sqlite_ecto2/issues/224#issuecomment-485569309). Are there any instructions on how to get the environment setup for development? I've...
``` $ mix dialyzer ==> erlex Compiling 1 file (.yrl) src/parser.yrl: Warning: conflicts: 25 shift/reduce, 0 reduce/reduce Compiling 1 file (.xrl) Compiling 2 files (.erl) Compiling 1 file (.ex) Generated...
## Problem The library sets the default text size of many components to `text-sm` by default which breaks/restricts the base configuration of tailwind. e.g. form inputs https://github.com/petalframework/petal_components/blob/main/lib/petal_components/form.ex#L473 ## Solution :scissors:...