Aziz Köksal
Aziz Köksal
Hi! I was wondering whether a `--format json`option is something that would make sense. I think it wouldn't be just a nice-to-have feature. I'm thinking about being able to process...
### Description #### Steps to Reproduce The README describes how to mock external components, but in my case for `lightning/primitiveIcon` it doesn't work. It works if you provide the full...
Hi! Example tag: `` -> `` Example project: https://packagecontrol.io/packages/ElixirSyntax https://github.com/princemaple/elixir-sublime-syntax/ Notice that the inline image is not aligned properly on the package page in contrast to the Github readme. Not...
Hi! I'd like to propose adding two types. Namely `value` and `decoded`. I sometimes noticed that it would be great to have a JSON value type handy, when I was...
Hi! I went ahead and rewrote/refactored the Form component whilst paying attention to compiler warnings and other details. I also wanted to write tests but I didn't get that far...
My first pull request. :grin:
I'd like to point out that everyone who forks the repo will get an email every night for a failing MacOS release build. That's because a certificate needs to be...
Already reported here: https://github.com/phoenixframework/esbuild/issues/58
Solving some last issues and checking everything. :slightly_smiling_face: Btw, how do you publish the package? Just merge into `main`? Or do you also create a PR in the PackageControl project?
It's unnecessary to decode them as `Decimal`s with `decimal: true`, since integers can already be of arbitrary size, limited only by memory. It can create issues in controllers when the...