Erik Näslund

Results 12 issues of Erik Näslund

Bulma 0.9.0 and 0.9.2 suffers from a slightly broken modal when the scss for bulma-o-steps is included. The `.modal` element should have `position: fixed`, but it gets `position: absolute` instead,...

Ensure schema module is loaded before checking to see if `create_changeset/1` is exported. `Kernel.function_exported?/3` does NOT load a module in case it is not loaded. This will, for example, cause...

### Environment * Elixir version (elixir -v): 1.16.0 (OTP 26) * Phoenix version (mix deps): 1.7.10 * Phoenix LiveView version (mix deps): 0.20.3 * Operating system: Manjaro 23.1.3 Vulcan *...

### Steps To Reproduce 1. Load one of your designs which used the Material Design 3 (https://github.com/penpot/penpot-files/raw/main/Material%20Design%203.penpot) library. 2. Notice that the button labels, input field text etc has disappeared....

bug
managed on taiga

The extension stopped working for me, and I believe it was after a VSCodium update. ## Steps to reproduce 1. Have VSCodium 1.84.2 and elixir-text 1.8.1 installed. 2. Try to...

```elixir # The navigation callback requires an icon. @callback navigation() :: [{atom(), String.t(), Icon.t()}] # However, the code seems to be written in a way to work without an icon....

The install instructions do indeed mention that you should add the library using `only: :dev, runtime: false`. However if you fail to add the dependency just like that you get...

I noticed that iconify_ex doesn't have a CHANGELOG.md. I recently did the mistake of upgrading to 0.6 and suddenly got "No icon set found..." errors in `:prod`. Eventually I realized...

Aider version: 0.86.1 Python version: 3.13.7 Platform: Linux-6.12.48-1-MANJARO-x86_64-with-glibc2.42 Python implementation: CPython Virtual environment: No OS: Linux 6.12.48-1-MANJARO (64bit) Git version: git version 2.51.0 An uncaught exception occurred: ``` Traceback (most...

I'm having an issue where I don't think the following spec is generating the correct code: https://github.com/mollie/openapi/blob/main/specs.yaml It's very possible that I'm just misunderstanding something, but here it goes.... After...