Felix Fichte
Felix Fichte
Hey there, maybe it would be nicer to write and make clear that warnings are not necessary totally wrong and one can also proceed with issue even when warnings are...
Hi, thanks for the best dotfiles yet 👍 . Now to my "problem". Currently when being in a detached HEAD state the prompt throws up and always shows a warning...
Hi, first of all thanks for the project. Was a great help with getting started with the new ynab. I have created a new dumper which handles some of the...
I just ran into an issue where postcss process all files, including js files which cause strange errors.
I'm using classes for my models. Which means that the function `lodash.isPlainObject` returns false. Even if it should serialize the relationship. I changed this https://github.com/SeyZ/jsonapi-serializer/blob/2c3b80fb7e6f95cf6fd25f6750de372c77f24558/lib/serializer-utils.js#L19 to `return Array.isArray(obj) || isObjectLike(obj);`...
Take the needed dependencies into our own package.json so they don't need to be installed manually.
When a new release is made we should publish the current docs with an automatic tool. Examples are: - http://usejsdoc.org/ - https://yui.github.io/yuidoc/
The problem is that I want to use a composite inside another composite (both authored in TS). Therefore I require it like this: ``` import "inner-component/loader" ``` Locally I run...
I added a new confidential issue as a test. It was migrated. Maybe we should add a new flag in the settings.js to declare how to handle confidential issues. Prior...
When running the migration multiple times the issue numbers created between the first migration and the second migration on gitlab will have different issue numbers than on gitlab. It stems...