Mykl Clason
Mykl Clason
As for the extension abuse. I completely agree it's abuse. I wasn't sure on what to call it offhand. I'll use these names instead. ``` _best_match_extension => _best_match _possible_extensions =>...
Regex worked out rather well, but ended up having to write a priority function to get the expected results. I'm also not sure the regex is efficient. Edit: I'm not...
Also out of curiosity, why are you using `import gitlint.utils as utils` instead of simply `import utils`? I ask because I end up commenting out that line whenever I'm testing...
Ah yes. I had similar thoughts while I was working on it, in terms of how to adjust the config. I was actually thinking of using something exactly like `config.get_linters(filename)`,...
> The fix for this is in the `master` branch (namely, using `URI.open` explicitly instead of delegating through `Kernel#open`, which was deprecated in Ruby 2.5 and removed in Ruby 3.0)...
I'll give it a shot. I've started working out the design but after a couple hours I ran into a couple issues. 1. Spent a fair bit of time trying...
@guilhermesimoes: Thanks. I'll have to revisit this a bit, as it's been a few months and I've learned a fair bit more since then. Still probably needs a bit of...
Rails 5 does not preload that folder in production (default location of where they are added). The previews need to be moved to a different folder that is auto-loaded, such...
If it's an integer in a stringformat just use integer. Otherwise take a look at this page: https://github.com/cypriss/mutations/wiki/Filtering-Input Alternatively, you may need to add your own custom type, would be...
Fairly sure this is "max_tokens" as per the API Docs and seems to work fine. https://platform.openai.com/docs/api-reference/chat/create