Thomas Darde

Results 25 comments of Thomas Darde

Not ideal but you can use provide plugin: ``` const webpack = require('webpack'); environment.plugins.append('Provide', new webpack.ProvidePlugin({ enquire: 'enquire.js/src/index.js', })); module.exports = environment ```

Any update on this ? Seeing the same issue (with ruby 3)

Thanks for the feedback. I did try this code and it seems to work with latest jwt version without issue 2.2.3. (FYI my payload was : `payload= {a: "b"}`) But...

Hello , thanks a lot for this great package. Even using `appIconPath` I don't get an icon for my package. Any idea of another prerequisite ? (I did give a...

Hi @andresscode Sadly I did not find time to fix this issue, Saludos

@PedroPauloML I think @joshwlewis wanted to say, you should try `@session = Capybara::Session.new(:chrome)` I think I'm trying to fix the same error then you , but without success at the...

Is refraction abandonned ? No commit in 4 years !

Well @thomasdarde I think you have a reply 🥇

Hello @xkraty , I do have an app relying only on webpacker and it workds fine. I think your issue is somewhere else not linked to talk ? I've just...