-
Missing.
-
### Describe the bug
The problem of throwing a path when building ,correlation [issue](https://github.com/nrwl/nx/issues/27867)
### Reproduction
https://github.com/EnochGao/nx-test/tree/module-fede…
-
### Description
When integrating `react-native-quick-base64`, specifically importing and setting `atob` and `btoa` as global, there appears to be a conflict with `@clerk/clerk-expo` which relies on…
-
### Version
`v23.0.0-pre`
### Platform
`Linux cef57c85a6b6 6.8.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Tue, 07 May 2024 21:35:54 +0000 x86_64 GNU/Linux`
### Subsystem
`http`
### What steps …
-
```
function atob(, s: string): string
Decodes a string of data which has been encoded using base-64 encoding.
console.log(atob("aGVsbG8gd29ybGQ=")); // outputs 'hello world'
function btoa(,…
mlite updated
3 years ago
-
```js
var btoa = require("btoa")
var atob = require("atob")
btoa('✓'); // "Ew==" (not right, should be "4pyT")
atob(btoa('✓')); // "\u0013" (not right)
```
-
![Screenshot 2024-10-02 190752](https://github.com/user-attachments/assets/e8809a15-320d-4b6e-af7c-715c44d93e48)
You are not authorized to make this call
I am trying to create aws appsync subscr…
-
Hello,
I have been working on Bruno couple of weeks now and I really like it.
Currently I'm facing a problem for importing a specific external library 'cose-js'. I managed to import and use othe…
-
**Please check the current issues** Many bug reports are duplicates, this just creates more work for us. Searching the issues first may give you your answer or a workaround! If not adding new informat…
-
The new `oauth.token` method uses [`Buffer.from` under the hood](https://github.com/makenotion/notion-sdk-js/blob/83ac0435379c511e3b5a879fcdb06df0e80f5eae/src/Client.ts#L188-L189), but `Buffer` is Nod…