-
Here the reproducer for the bug in the parser:
```
(
1+1; // put the cursor into this line and press Cmd-Return => you get 3, press Shift-Return => you get 2 (All as expected)
1+2;
)
{ Saw.ar(LFNois…
-
From [MSDN](https://docs.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-options#Multiline):
> By default, $ matches only the end of the input string. If you specify the RegexOpti…
-
I absolutely cannot get the data to display in the grid if I use a JsonRest store along with the Async cache. My store.query() returns records and I have the appropriate response header set, but the …
-
Idea: convert the core query engine into a library that is then used by the plugin and can also be used by a CLI.
The ability to query structured data in Markdown files seems useful beyond just Obs…
-
**mentors: @felixvd @mamoll @v4hn**
This issue will bundle all relevant information about the GSoC project. A Discord channel is also available to discuss on this project. I will try to add pertine…
-
Problem: Currently all KCL projects have to be a single file. There's no way to reuse code across files.
Solution: KCL files should be able to import each other, so that one file can use functions o…
-
Below is slight update something law.MIT.edu proposed as the basis of a collaboration (potentially grant funded) testing refinement of CommonAccord to make it usable for use by communities with distri…
-
This looks like a super interesting project! I notice that it hasn't been touched in many months, though. Does anyone still use this?
-
```
import base64
from bs4 import BeautifulSoup
from crawl4ai import WebCrawler
js_code = ["""
const scrollPage = () => new Promise(resolve => {
const scroll = () => {
window.scro…
-
See https://github.com/thephpleague/commonmark-extras/issues/19