Guillaume Hain

Results 73 issues of Guillaume Hain

As of now, people have to clone this repo in order to install the app (which isn't that hard) but what about updates? Having an elman gem on rubygems.org would...

This PR should solve the issue raised in #108 and should make @phyzalis 😅.

This issue a little bit more specific than #97: Is this project still a Proof Of Concept or is it production ready?

# Namespacing This gem can isolate jobs within namespaces. ## Default namespace When not giving a namespace, the `default` one will be used. In the case you'd like to change...

feature

I have the same issue as described in #206 but my `aasm` declaration is within an `embeds_many` model: ```ruby class ProductStack include Mongoid::Document ... embeds_many :products, class_name: 'ProductStackProduct' ... end...

First of all, thank you for this library 👍. I'm brainstorming the synching of two instances of my app, and one option _could be_ to replicate each data successfully inserted...

enhancement

[](https://issuehunt.io/r/react-native-community/react-native-camera/issues/1766) First of all, thank you guys for this awesome library 👍. I'm wanted to use it also to scan some bar codes and discovered that actually they are MSI...

Feature Request
Discussion
:dollar: Funded on Issuehunt

I have a test where something is exported as a PDF file and pushed to the client so that he downloads that generated PDF file. How can I test that...

Hi, I'm using `resque-scheduler` to at least enqueue each minutes a job. This job could be called with different parameters (for example, I'm passing a different path). Now when I'm...

feature

When I'm changing the app location (through a link for instance), I see that the redux's store is not persisted. I'm using the polyglot package, which build the `polyglot` node...