lonix1

Results 214 issues of lonix1

Please consider adding support to specify string comparison options, to: `Contain()`, `ContainAll()`, `ContainAny()`, `NotContain()`, `NotContainAll()`, `NotContainAny()`. Then instead of this: ````cs foo.ToUpperInvariant().Should().NotContainAny( nameof(Foo.Spam).ToUpperInvariant(), nameof(Foo.Ham).ToUpperInvariant(), nameof(Foo.Eggs).ToUpperInvariant(), nameof(Something).ToUpperInvariant(), "bar".ToUpperInvariant() ); ```` We...

Certbot returns `0` and `1` status codes - from the [docs say](https://eff-certbot.readthedocs.io/en/stable/using.html#certbot-command-line-options): > certbot renew exit status will only be 1 if a renewal attempt failed. This means certbot renew...

feature request
area: ui / ux
priority: unplanned

ubuntu 20.04 ansible 2.9.6 python 3.8.2 mitogen beta 0.2.10 2020-05-16 (also tried 0.2.9) I often get similar error to the one below. They generally say something like > The error...

## environment: Ubuntu 20.04 Python 3.8.2 Ansible 2.9.6 Mitogen 0.2.9 (also tried latest prerelease zip from github) ## playbook: ```` - name: foo hosts: localhost connection: local gather_facts: 'true' ````...

Ping @beganovich Follow-up to issue #5185 - linebreaks in email templates. I can style quote/invoice PDF templates in the "includes" tab in the invoice designer. But there is no similar...

feature request
v5

**What version of Invoice Ninja are you running? ie v4.5.25 / v5.0.30** 5.1.47 **What environment are you running?** Docker **Have you checked log files (storage/logs/) Please provide redacted output** n/a...

bug
flutter

**Is your feature request related to a problem? Please describe.** I use webpack. I do this: ````scss @import '~@fontsource/roboto/scss/mixins.scss'; @include fontFaceCustom(); ```` That gives us `woff` and `woff2`. The `fontFaceCustom`...

enhancement
sass

I'm using this library to setup containers for integration tests for postgres. It works very well. However it is slow to start and stop, as to be expected. So what...

enhancement
help wanted

The docs pages for the rules should mention each rule's default. Otherwise the only way to know is to inspect the code.

help wanted

**I'm submitting a ...** (check one with "x") ``` [x ] feature request ``` **Current behavior** - Cursor blinks at a certain rate. In Notepad++ there is an option to...