Souf G

Results 36 issues of Souf G

An error manager should be available for parser. The reason is that the way errors are managed depend on the user of the library. Sometimes people want the script execution...

enhancement
ready
major feature

The way exceptions work was updated and must follow this guildline: http://serp-spider.github.io/documentation/search-engine/google/handle-errors/ All package must be updated according to this

refactoring
ready
major feature

Twig icon does not exist in the theme. In case you don't know twig it's a major php template engine: https://twig.sensiolabs.org/ I'm working on it right now.

### Foundry VTT Version v9 ### Description Hi, Running typescript on fvtt types returns the following error: ```ts node_modules/@league-of-foundry-developers/foundry-vtt-types/src/foundry/common/abstract/document.mjs.d.ts:150:6 - error TS2577: Return type annotation circularly references itself. 150 ):...

bug
waiting for feedback

Is there a way to get grc to read config from a file path. for example `grc -c=./myconfig somecommand`. Returns error ``` config file [=./myconfig] not found ``` I also...

Hi, I'm using version 4.1.2 and I cannot get `tapBodyToCollapse` and `tapBodyToCollapse` to work. I used the following theme data: ``` theme: ExpandableThemeData( tapBodyToExpand: true, tapHeaderToExpand: true, tapBodyToCollapse: true), ```...

Hi, I'm serving some static files with serve. Notably this one `http://172.16.1.169:7000/app.css`. I use a timestamp in the query string for cache invalidation, for example `http://172.16.1.169:7000/app.css?v=12345`. However as soon as...

Hi, I found that this sass-to-string module wouldn't play well with `:export` feature from css-loader and everything found into a `:export` block would be included in the final string. For...

Note that pubspeck.lock might be outdated and it might not work with latest version of dart. I had to upgrade pubspect deps as per this commit https://github.com/gsouf/notion_api/commit/8e3084b3eb6ce240f6bf74721d94ca8762b38124

Hi, The reason I open this issue is that I need to use phroute as a router only and I dont want it to try to execute the handler and...