-
Estimate: 3 days
Most of the search requirements can be satisfied by Postgres (partial search, search by similarity, etc.). Perhaps we can get rid of ElasticSearch altogether?
From the Reqs doc…
-
Issue https://github.com/beyond-all-reason/spring/issues/87 was raised regarding automatic font substitution, which is something handled at the OS level.
Unfortunately, this means the font that is …
-
Can be the replaced text highlighted the same(ish) way as the matched text in Text window? It would be much easier to see the results everywhere than trying to find out if, how and where my substituti…
-
This is a continuation of the work started recently on #391. Now that the configuration format name substitutions have been defined, we need to update all references to the one of the three configurat…
-
Consider:
```haskell
let x = 1 + 1 in
let y = x in
x + x
```
Here it is safe to remove binding y, since y is not used, and its RHS `x` can not diverge/error out (it is 'pure'). We have a syntact…
-
2.2.4 Space-Wordspace Substitution Rules
http://w3c.github.io/elreq/#space_wordspace_substitution_rules
The list under "Wordspace to Space Transformation Rules" doesn't say anything about what to do…
-
### Mautic Version
4.4.x series
### PHP version
8.0.30
### What browsers are you seeing the problem on?
Not relevant
### What happened?
When using a custom token variable in the Subject Line of…
-
## Expected Behavior
Opentype.js should output text with ligatures for getPath() conversion.
## Current Behavior
Result of font.getPath() call results in text which doesn't have ligatur…
-
# Describe the bug
When I undo substitution with "\r" and gc flag, the result looks wrong.
# To Reproduce
1. Run `vim -Nu NONE`
1. Type `2ifoo`
1. Type `:s/foo/bar\r/gc`
1. Type `yy` to substi…
-
With the input text `_{over\_flow}_`, I would expect to see
_{over_flow}_
but `markdown-to-jsx` renders it as
_{over\\_ flow}_
I'm doing my own interpolation between the braces, to al…
twall updated
8 months ago