Olle Härstedt

Results 33 issues of Olle Härstedt

| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Tests pass? | ✔️ | Fixed...

Can we perhaps add a license to this repository? Personally I'd prefer MIT, but I don't know if there is an already existing license.

This looks like a nice package. You should consider putting it on LimeStore for greater visibility! https://www.limesurvey.org/limestore

Had this issue: https://github.com/dbuenzli/logs/issues/18 Had to google to come here. Wouldn't mind a simpler example... :sweat_smile: And please, include the dependencies so I know what to install/include in dune. :+1:

enhancement

Hey kphp devs \o I recently started a very similar project as kphp, without knowing about your project. :) Here's a link: https://github.com/olleharstedt/pholyglot The main idea is to take a...

It would be interesting to be able to spit out the churn rate for each file in the repository (or a subfolder there of), to detect potential fragile code (high...

We have multiple tables with different primary key column than "id", e.g. "aid" or "qid". Looking at tebazil/db-seeder/src/TableConfigurator.php, line 45, Generator::PK only works for columns named "id"? Can we add...

Is there a working JSON encoder/decoder for lua2js? They all seem to use `string.find`. Or is there another way to communicate from the converted code to the global JS environment?

As title says, `[[\]]` in Lua becomes `"\"` in JS. Easily fixed with `"\\"` in Lua, Still...

Which exact license are you using? I can only use it if it's GPL.