Maxime Lapointe

Results 24 issues of Maxime Lapointe
trafficstars

`#load` is special from `#require` in that it has a fallback to basically consider the `pwd` as if it was the last value in `$LOAD_PATH`. It seems `TruffleRuby` instead considers...

compatibility

So I'm making a tool which runs specs many times, and specs that set consts seems to often not cleanup after themselves. This makes the repeat have annoying warnings about...

Hello, the following causes a memory leak. I left a commented line, both trigger an memory leak. I assume it's the same bug ``` require 'bigdecimal' BigDecimal.mode(BigDecimal::EXCEPTION_OVERFLOW, true) 10.times do...

Right now, files under a tag are all sorted by name or by time or by some variation of that. I think that's great, but would it be possible to...

Using the en_US dict (en_CA and fr don't have this behavior), the passed string will sometimes be modified in place. It seems to happen when the string has a mix...

need info

Hello, for some reason, it seems that RedCarpet 3.5.1 can kind of get tripped up by html in the string, and the final string will be invalid HTML. Basically: ```ruby...

If you have any feedback (good or bad) about the gem that you don't feel is worthy of an issue, please post a comment here. I'd be really interested in...

It seems that if my home folder contains a .pnp.cjs file, esbuild uses PnP even if the project itself is configured with `nodeLinker: node-modules` in its `.yarnrc.yml`. I'm not sure...

When running `rails db:prepare`, if a DB is created, then the seeds will be run. This is a problem when the DB being created is for something such as SolidCache...

So I'm trying to upgrade from 1.3.4 to 2.0.0.beta2 (and then to the latest commit on github) do see if I encounter issues. I have an error during boot (`uninitialized...

bug