Benjamín Silva

Results 36 comments of Benjamín Silva

How did you solve this bug? When I do the SeedDump.dump it writes the file with the UTC time, without timezone! So when loading it back to the database my...

Hi, I'm having the same error sometimes but I haven't configured any specific pool, I just want HTTPoison to be able to do unlimited request in parallel, how do I...

Actually the method `protocol=` doesn't exist in any branch. You can't assign the protocol "Gem wide" but Sitemap specific. Then all you have to do is point your gem to...

Actually the method `protocol=` doesn't exist in any branch. You can't assign the protocol "Gem wide" but Sitemap specific. Then all you have to do is point your gem to...

maybe it is related to this: https://github.com/lau/tzdata/issues/79 There was a typo in tzdata from iana. that broke the parsing method and made impossible to create tzdata ets table, hence, no...

You don't need a the coveralls nor coverals_reborn gem if using github actions, it picks up the lcov file written by the simplecov gem. You need to add to your...

@iamahuman @woram-nyansa you say the cause but not the solution, can you please help me finding the solution? Here is my configs: `vue.config.js` ```js module.exports = { devServer: { port:...

@iamahuman > @silva96 In your case, you might have some luck by taking out either one of the following lines in your `vue.config.js`: > > ```js > .use('istanbul-instrumenter-loader') > .loader('istanbul-instrumenter-loader')...