Gabriel Birke

Results 20 issues of Gabriel Birke

### Symfony version(s) affected 6.1 ### Description Monolog 3.2 has made the `Logger` class `final` (see https://github.com/Seldaek/monolog/commit/3cba75ec0926eec177a4a2cd6c977ecddd0fc7c1 ). This might lead to deprecation notices when initializing the Symfony logger ###...

Bug
MonologBridge
Status: Reviewed
Help wanted

**Environmental Info:** K3s Version: k3s version v1.24.3+k3s1 (990ba0e8) go version go1.18.1 Node(s) CPU architecture, OS, and Version: Linux control-1 5.15.0-43-generic #46-Ubuntu SMP Tue Jul 12 10:30:17 UTC 2022 x86_64 x86_64...

Currently only posts can have a `draft:true` attribute. Is there any particular reason for that? Otherwise I'd suggest checking all items for a `draft` attribute. That way, people can prepare...

Needs review

Currently, files are concatenated on every build. It would be nice to have an option to either cache the files based on their content (calculating hashes of the file contents...

For the package installation to work, `$OMF_PATH/pkg` needs to be writable. Both `bin/install` and the `omf install` command will fail when that directory is not writable by the user. Installation...

In `.vim` files, the character `"` denotes the start of a comment that should not be paired. Could you create a preset for `.vim` files that excludes `"` ?

Add a "clear buffer" button to the frontend that removes all lines the tail buffer is currently showing. This frees up browser memory for very long logs and is handy...

It would be nice if an event where no rules matched would create a log entry.

Each pagination container should store the current page so other scripts can query it.

Version 3.0

I'd like to create a component that has some props connected to the store and some props exposed. When I call `connect` on a component, I get a new component...