Mats Sibelius

Results 8 issues of Mats Sibelius

First off thank you for making this plugin and a petty the development has ended. Noticed a bug where SublimeTodoReview seems to crash Sublime when I run 'Project and Open...

I'm trying to bundle `[email protected]` and `[email protected]` with `[email protected]` via `[email protected]`. My `webpack.config.js` looks like this: ```js const path = require('path'); const MiniCssExtractPlugin = require('mini-css-extract-plugin'); const { VueLoaderPlugin } =...

research needed

A query is being cut-off. The query in question is over 14580 characters long. It's also left in a permanent pending state. I tried forking your project and increasing both...

When looking at the code I came across this hack in `src/fpdm.php` ```php //My PHP4/5 static call hack, only to make the callback $this->replace_value($matches,"$value") possible! $callback_code='$THIS=new FPDM("[_STATIC_]");return $THIS->replace_value($matches,"'.$value.'");'; $field_regexp='/^\/(\w+)\s?(\]*)(\)|\>)/'; if(preg_match($field_regexp,$CurLine))...

At first glance I would believe the rebase solution to be the fastest. But it would be interesting to see by how much. This is a fun and simple little...

Updated `package.json` with `build` and `postinstall` scripts and updated `README.md`

**Preconditions** * HeidiSQL version: 12.7.0.6906 (64 bit) * Database type and version: MySQL 5.7.33-0ubuntu0.16.04.1-log * OS: Windows 11 (OS Build 22631.3593) **Describe the bug** There's no indication if button (e.g....

There seems to be a bug with how negative numbers are rounded. The solution used for rounding numbers in Lodash seems pretty good for positive numbers, but when e.g. trying...