Stephane

Results 13 issues of Stephane

Hi, I have an issue with searchlogic (since 2.4.25). When trying to loop in an array of method_names with association.send(method_name), sometimes it return searchlogic result instead of the method result...

Hey, Is there a way to test when bot initiate a private message ? ex: ``` js //script module.exports = (robot) -> robot.hear /onboard (@.*)/, (res) -> name = res.match[1]...

fix: encode svg url so it displays correctly Reproduced by: https://stackoverflow.com/questions/54453987/did-chrome-72-break-dataimage-svgxmlutf8-for-css-background-svgs More detailed explaination: https://codepen.io/tigt/post/optimizing-svgs-in-data-uris Might want to apply on metrodna.min.css too

This PR contains : - integrations specs - spree 1.1.X support

In order_decorator.rb : ``` ruby before_save :process_store_credit, :if => "self.user.present? && @store_credit_amount" ``` Scenario : Given order is left at the checkout confirmation step And the Spree::Config[:use_store_credit_minimum] changes to a...

Hello, When deploying to render, I have the following issue : ``` 18 [build 7/7] RUN ./bin/rails assets:precompile Aug 27 08:04:17 AM #18 0.224 /usr/local/bundle/gems/bundler-2.4.19/lib/bundler/source/git.rb:221:in `rescue in load_spec_files': https://github.com/sequoia-gw/omniauth-notion.git is...

- [x] Bump dependencies including eth 0.5X - [x] Dockerized app - [x] Fix specs - [x] Replace [Blockexplorer](https://www.blockexplorer.com/l/en-US/) (API no working anymore) by [blockstream](https://bitcoinexplorer.org/) ? - [x] Fix cucumber

**Describe the bug** I was only able to request blockchair, now it raises a 430 error blacklisted IP [example](https://api.blockchair.com/bitcoin/testnet/dashboards/address/tb1qqmw2g6tghrcqdgeas2eawpcpyr537xc0ukf222?offset=10) **Screenshots or Log Output** I guess because they went on a...

bug

Hello @citrus This is a quick fix for the WYSIWYG uploads, we should basically display all uploads on ajax request. Stephane.

hey citrus, I know you're not maintaining spree extensions, I would like to know if it's possible to be added to rubygem so I can bump version. I am currently...