Radosław Mejer

Results 18 issues of Radosław Mejer

Hey! I'm the author of (unofficial) [mjml-api](https://github.com/baethon/mjml-api). I'm using this in some of my services. Thought, that it would be really great if your client was allowing to set custom...

Hey, FYI - I've created an AUR package. It allows to install `git-toolbelt` on Arch-based linux distros. You can find the package here: https://aur.archlinux.org/packages/git-toolbelt/ To install: ``` yay -S git-toolbelt...

Hey, First of all, I love this plugin. I think it was enough to motivate me to switch my config to Lua. I installed COQ + LSP (w/ intelephense for...

We should use a consistent coding style. I think that we should stick to PSR-2 style guides. It can be validated using `composer run-script phpcs` ``` $ composer run-script phpcs...

Type: Question

I see that the package supports castables however, it doesn't support enums. Here's example model: ```php

Being little paranoid I feel bit uncomfortable with storing credentials on an external server. I'm aware that client itself protects from leaking those values yet there're also other reasons for...

First of all, thank you for the plugin. It's really helpful for everyday development. There's one thing that bothers me though - slow diffs of TS file. Here I'm talking...

**Example header** ``` ## exists:_table_,_column_ ``` **TOC output** ``` - [exists:_table_,_column_](#exists_table__column_) ``` **Link generated by Gitlab** ``` existstablecolumn ```

bug
help wanted

Hey, I thought that I'd, at least, try to help with the development. When I learned that the project is written in Clojure I thought that this could be a...