Mohammed Zeglam

Results 20 comments of Mohammed Zeglam

Hi! Is anybody working on it? Otherwise i could try to fix it if you don't mind

When this well merge?

any plan to add sigil support for this scheme or add support for polymode or mmm-mode to get support for more than one type off buffers this could help with...

could anyone explain why this failed becuase it works fine on my machine

> > Nope. It doesn’t support language injector by the package. > > Thanks! Another noob question, what will it take to make that work? Is it even possible to...

> this blog post thanks 🌷

> I'll implement it in the coming months - but if someone wants to contribute just comment here and go for it maybe use @callback so user could override what...

```elixir defmodule Ex do @callback h(item) :: item when item: var def h(x), do: IO.inspect(x) end defmodule E do @behaviour Ex def h(x), do: IO.inspect(x) end E.h("go") Ex.h("sas") ```

what about taking dasiyui approach i know maybe it is a lot work but writing one class instead of write huge chunks of classes could help to avoid this problem...

> https://www.youtube.com/watch?v=TrftauE2Vyk&ab_channel=TailwindLabs i think now before this major update maybe add this to default config in docs will be better solution than manual, and your idea it will be making...