Fredrik Boström
Fredrik Boström
I'm experiencing the same problem that no filesChange event is fired when selecting the same file twice. I'm using version 0.5.4 and Chrome 66.0.3359.181. The stackblitz that @mohitpc posted (upgraded...
Ok, I narrowed down the problem a bit more. The thing is I was trying to use the directive in a way that seems supported, but is probably actually not...
I see your point in trying to mimic the browser's native behaviour as closely as possible, so triggering events on each file selection without means of overriding might be too...
I see that you're using the rails console to execute ``` ActiveRecord::Migrator.run(:$migration_type, 'db/migrate', $version) rescue nil ``` Would it be possible to change that into just executing ``` bin/rake db:migrate...
Ah yes, I missed this part: > If you specify a target version, Active Record will run the required migrations (change, up, down) **_until it has reached the specified version**_....
@brysgo I had a look at this db dump thing today and added the dumping command after having done all migrations. It seems to work fine and doesn't load the...
> We should also document graphileBuildOptions in the library. I was just about to open an issue about `pgStrictFunctions` not being listed in the "Library usage" section of the docs....
Apparently the same applies for using `+`. ``` const StyledP = styled.p` text-align: center; + ${P} { color: ${({ theme }) => theme.colors.white}; } `; ```
Same here. Whenever I restart the electron app all my previous tabs and history is gone and I start from scratch by entering my API URL. 😞
I suppose the same goes for file-loader? We're having trouble referencing static files (images, sounds) in our karma tests since they're generated by the file-loader loader (which creates new hashed...