Fredrik Boström

Results 13 issues of Fredrik Boström

I just installed angular-load through bower and got a warning message: ``` bower angular-load#* invalid-meta angular-load is missing "ignore" entry in bower.json ``` The complete output was as follows ```...

Would it be possible to configure the formatter to format the file before it's saved (but after pressing Cmd-s) instead of after? Now it seems that the file is saved...

enhancement
help wanted

Hookup doesn't seem to resolve conflicts in structure.sql by rollbacking/migrating when doing a rebase. Steps to reproduce: - add `config.active_record.schema_format = :sql` to application.rb - git co master - rails...

I just started using git-rails in our project and at first glance it's awesome, thanks! However, it seems that it doesn't dump the database schema after running migrations. This is...

Referencing multiple child styled-components on the same row breaks syntax highlighting for the rest of the file. ![image](https://user-images.githubusercontent.com/430963/66830265-c05f9f80-ef5d-11e9-89b2-95094c2db582.png) Example: ``` const StyledSection = styled.div` background-color: ${({ theme }) => theme.colors.primary};...

bug

Sifters seem to be great for a single model only. I'm trying to use one model's sifters in another model, but I can't seem to know how to do it,...

Not sure if this is a Final Form Arrays or a Final Form or Yup issue, but posting it here for initial guidance. Seems that when I have a form...

I just started using jshint-loader with an existing `.jshintrc` file containing an `overrides` section: ``` { "curly": true, ... "devel": true, "node": true, "overrides": { "app/**/*.js": { "devel": false, "undef":...

type: Feature
flag: Community help wanted

HTML formatter now closes an empty tag on the next line, effectively adding a space into an originally empty tag. An option to close empty tags on the same line...

Great app! When working on multiple projects and/or multiple environments it would be useful to be able to open up multiple instances of the app. Now the tab real estate...