cdesch
cdesch
This might be a good thing to have a [seed](https://stackoverflow.com/questions/51577441/how-to-seed-django-project-insert-a-bunch-of-data-into-the-project-for-initi) or fixtures for when first bootstrapping the app. It also might help for tests and test fixtures.
I think I got it. I'll make pull request.
@antonmi for those of new to phoenix and espec, are they any examples of generators we can use to start working on this feature?
I don't get a segfault, but when in `iex -S mix` running `recompile` does nothing. I have to `ctrl-c` out of `iex` and start a new session. Not sure how...
@cbothner will the [react-activestorage-provider](https://github.com/cbothner/react-activestorage-provider) work with ReactNative?
It looks like I can get them from here the `transitions` method under `failures`: ``` aasm.events(:permitted => false, :reject => :cancel).each do |event| puts event.name event.transitions.each do |transition| puts transition.failures...
Ah!. Let me give that a try. Thank you!
@shika-n I ran into this problem as well. This gem will not work behind a corporate proxy or with a organization CA, and there is no way to sideload `librdkafka`...
Yes, but not much luck there. I did create a monkey patched workaround: I [forked rdkafka](https://github.com/cdesch/rdkafka-ruby) and [added](https://github.com/cdesch/rdkafka-ruby/commit/8316257165505f62ec243ed4df2c2f2bc5a290fd) the dependency locally to `ext/librdkafka-1.4.0.tar.gz` and changed: recipe.files "https://codeload.github.com/edenhill/librdkafka/tar.gz/v#{Rdkafka::LIBRDKAFKA_VERSION}", :sha256 => Rdkafka::LIBRDKAFKA_SOURCE_SHA256...
@ojab That sort of works... but then there is a problem if you use an intermediate Package Registry (private RubyGems) and there is also a problem with self-signed Corporate CA's....