-
### Description
I encountered surprising runtime issues in a project after renaming a Dart file from `settings.dart` to `Settings.dart`. The file was imported in several parts of my project, but I …
-
float parsing blows up; some cultures use comma as a decimal separator and XMLReader localizes it's output, it seems.
fix:
in both Layer.Load and ObjectGroup.Load:
```
CultureInfo ci = (CultureInf…
-
The number 13 has biblical implications which may offend some users. Please consider fourteen or twelve instead.
-
There are two pages
1. https://github.com/obsidianmd/obsidian-developer-docs/blob/cc385fedfa8ba84a8909c71850b26b1b4e277616/en/Reference/TypeScript%20API/LivePreviewState.md
2. https://github.com/o…
-
I try to adapt this : https://github.com/tcrosen/twitter-bootstrap-typeahead/issues/36 to Bootstrap-3-Typeahead.
But i can not.
Any solutions are welcome ;-)
-
Hi,
I'm using your example of completer-cmp-md-html to create a custom style, and the search in ng-completer is case sensitive, and in your examples all the search are case insensitive. Is there a…
-
## 🚀 Feature Request
case insensitive in key name
## 🔈 Motivation
got the error when doing nav.get() with the lowercase of the fund name. Could we convert it to the required case? It will m…
-
Right now, whatever case is written in the code, it will only match to that. *Time* to change that!
```js
>>> on wednesday the 22nd of january 2020
`wednesday` will error, should be capitalised
…
-
I came across some files using `.WAV` as an extension. on Linux this is reasonably straight forward to fix but on other OS's it might be much harder, it wouldn't supprise me if `.Wav` also exists so i…
-
### Search first
- [X] I searched and no similar issues were found
### Description
Hey everyone!
It seems that the precondition `tableExist` is case insensitive even using the `QUOTE_ALL_OBJECTS…