Ka Mok
Ka Mok
Yo dude. I'm getting a similar problem right now. Instead of images I'm troubleshooting it with a list of text. I found out when I change rn-carousel's height, I can...
@SteffenJahr Was this ever implemented? How does one hide icons? Nevermind, this works: `this.simpleNotificationsOptions = { icons: { success: '', error: '' } };` You can close this issue... @deeweey
Coming from Vuex Dev Tools, this feature would be a massive quality of life improvement for Redux developers. I will try to respond to the arguments that Redux Dev Tools...
Did this feature regress somehow? I'm very confused when trying to write my spec: This test: `The file '/tmp/repo/dummy.ts' should exist` Fails: ``` The file /tmp/repo/dummy.ts should exist Unknown word...
This is very much needed and I'm surprised nobody else has posted about this. I don't believe there are any matchers now equivalent to RSpec's "Expect mock to have been...
Here is my current "hack: around existing feature: ``` Describe 'checkout_release_branch()' Mock git echo 'Mock Test: git' "$@" End Describe 'when branch does not exist' It 'it calls git checkout...
I just encountered the same issue. Does this affect the operation of the gem? I have a comments.rb from when I installed the original act_as_commentable gem.
@balassy Any stuff in tsconfig? I had a few unused variable rules in there which threw that error.
Not sure what the deal is, I even used the cli option that narrows it down to directory. I pointed it to a directory with 3 .tsx file (within a...
@geekrumper Where do you put the template for the checkbox? ``` ``` In my code, I only have this for the table: ``` ```