Koki Miyazaki

Results 5 comments of Koki Miyazaki

maybe same issue ``` Uncaught TypeError: twitter_text_1.parseTweet is not a function ``` It seems that's because package.json is a bit changed here https://github.com/twitter/twitter-text/pull/310/files#diff-e51a40ac250c9696142466f114f754161e7e5102c0cdb5354548b757deb272f6R6 ``` "module": "dist/esm", ``` I'm not sure...

@vishal-bacancy no, this works, but not clear way (just stopped using placeholder) https://github.com/twbs/bootstrap-rubygem/compare/master...koki-miyazaki:fix-sassc-syntaxerror there is a discussion about the `@extend` ing inside media query https://github.com/sass/sass/issues/1050 so maybe need to wait...

@moiristo Hi, could you have a look at the PR? Thanks!

> would defining a scope on the association work as well? It should work 👍 But the order is for cloning record, so implementing it in deep_cloneable is not so...

> why the order is important on duplication In my project there is a relation a campaign has_many prizes, the prizes are shown ordered by id on UI. Cloning campaign...