fliespl
fliespl
I am curious if it's possible to add sourcemap generation when minifying and combining files? Might be worthy as an addition when using monitoring system like rollbar (which would make...
You are not taking types into consideration. Your example from readme is actually "seen" by database general_log as: ```INSERT INTO test (col1, col2, col3) VALUES ('hello', '123', NULL)``` - notice...
**What would you like to be added**: As stated in the title. Currently health check will trigger after first fail meaning first query will take a long time once dns...
Basic example would be as follows. In this case - nothing get saved if using: ``` let logger = tracer.dailyfile({ root: 'logs', maxLogFiles: 30, logPathFormat: '{{root}}/{{date}}.log', }); var pool =...
Would it be possible to add handling of symbolic links, so once can sync settings? ``` 2022-02-08 09:59:11.694 - Exception: System.IO.IOException: Ta aplikacja nie obsługuje bieżącej operacji na linkach symbolicznych....
customRequest / customHook were triggered for all servers (including current node). serverSideEmit only works for "other" nodes. ``` if (request.uid === this.uid) { debug("ignore same uid"); return; } ``` Of...
Content-Type header field is used to specify type of data in the body request. When request is sent with an empty payload - it should be accepted the same way...
### Describe the bug Cannot install additional package with zipped file. I know that composer packages are preinstalled, but adding new package was working just fine with version 5.1.1. ###...
### This is: ``` - [X] a bug report - [ ] a feature request ``` Calling getHighestRowAndColumn, getHighestColumn + getHighestRow provides different results on same sheet. ### What is...
Seed is useful to keep data same between multiple runs.