-
Visual Studio Preview has a new workflow feature with the .slnx solution as an alternative to the traditional .sln that uses GUID, which is pretty much useless. XML Solution seems to make the project …
-
- [X ] I have read this document: https://miniflux.app/opinionated.html#feature-request
I’m a long time Miniflux user. Recently, I changed my way of using it on my phone, and use the « WPA way » (=…
-
## What is your suggestion, and why should it be implemented?
Pretty simple, if all audio tracks that were added to the chart are muted, than the BG music should keep playing in the background if spa…
-
Or more generally, concatenate Parquet files and data frames. Should be pretty simple to implement, if we can have a reasonable API.
-
Hey Andy,
Firstly, I think this package is awesome, you've done great work and I can see this being really popular.
I was having a bit of a look over it and one thing that came to mind was it wo…
-
Maybe I'm missing something, just wondering if `ContinuousTransformerWrapper` is just an instance of `TransformerWrapper` like this:
```python
class ContinuousTransformerWrapper(TransformerWrapper):…
-
**Describe the bug**
I see the rule `no-custom-classname` not being applied correctly:
- Having custom colors trigger the rule
- Even defining the `cssFiles` paths array, my custom classes are no…
-
There are improvements that could be made to printing arguments, namely with lambdas as parameters. #669 stuck to just improving some simple cases (single arguments or parenthesized lambdas with no ar…
belav updated
5 months ago
-
This test:
```
is capture { system @perl5icmd, "-e", "say 'Hello'" }, "Hello\n", "Hello perl5i!";
```
Generates this command-line call:
```
C:\Perl\bin\perl.exe -Mperl5i::cmd=perl5i.bat -Ilib, -e, …
-
Currently it's not possible to create trigger execution chain.
So that events produced in one trigger would be consumed in another trigger (or in the same trigger) in the next block.
Fix itself is…