-
# ES6 Modules
https://developer.mozilla.org/zh-CN/
```md
.babelrc
{
"presets": ["es2015"],
"plugins":["transform-object-rest-spread"]
}
"presets": ["es2015"]
query: …
-
### Minimal reproducible example
https://github.com/MJRT/import-meta-url-error-on-web
### What platform(s) does this occur on?
Web
### Did you reproduce this issue in a development build?
No (web…
-
### Describe the bug
I am trying with to use AWS Cognito SSO (Cognito userpool is set up with a 3rd party IDP) login to Langfuse.
I have seen the error OAuthCallback in the UI at the first time l…
-
Hello,
thanks for the eglot, it looks very promising.
Right now, I am trying to configure eglot. I have added to my init.el the following:
(use-package eglot
:ensure t
:hook ((python-mod…
ghost updated
4 months ago
-
**Summary**
When i use export before any class decorator notation stryker will throw errors.
**Does work**
```js
@Pipe({ name: 'contactName', standalone: true })
export class ContactNamePipe i…
-
Hello and thanks for contributing ob-julia.el.
ob-julia is using writecsv() to export data for importing into the org buffer. This works quiet well for most of the results.
When working with DataFra…
-
Hi, I am unable to export bibliographies when using org-cite, e.g. as a minimal example:
```
#+TITLE: Test export
#+cite_export: csl
Test some citations such as [cite:@Schumaker1981SplineFB]
…
-
### What happened?
Running on an Android device returns the following errors:
ERROR TypeError: undefined is not an object (evaluating 'error.stack.split')
ERROR TypeError: undefined is not an obj…
-
[Referencing this issue](https://github.com/github/markup/issues/413) for some context
But my issue is a bit different.
At the top of my org document I have
```
:PROPERTIES:
:header-arg…
-
I took a quick look at the source code for this and it seems that it's basically a copy/paste of `org-babel-execute-src-block`, with modifications for asynchronous execution. I think this would make i…