-
-
Running `askgpt()` with the default arguments does not output anything to the screen:
```
> askgpt("Tell me about the askgpt R package")
✔ GPT is thinking ⠧ [17.5s]
>
```
However the answer…
-
The `remote` module is a serious security liability and a sizable footgun, as I wrote about [here](https://medium.com/@nornagon/electrons-remote-module-considered-harmful-70d69500f31). We should disab…
-
Submitting Author Name: June Choe
Submitting Author Github Handle: @yjunechoe
Repository: https://github.com/yjunechoe/jlmerclusterperm
Submission type: Pre-submission
Language: en
---
…
-
### System Info
System:
langchain 0.0.321
Python 3.10
Hi,
I get an error related to a missing OpenAI token when trying to reuse the code to [dynamically select from multiple retrievers](htt…
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to Bioconductor
Repository: https://github.com/KJeynesCupper/mobileRNA
Confirm the following by editin…
-
# WinUI 3.0
At the Microsoft Build conference in May 2019 we shared our plans for WinUI 3.0, which will greatly expand the scope of WinUI to include the full native Windows UI platform. This means …
-
Submitting Author Name: gwynn gebeyehu
Submitting Author Github Handle: @nzgwynn
Repository: https://github.com/nzgwynn/goldilocks
Submission type: Pre-submission
Language: en
---
- P…
-
-
There are cases, where a property can not just be any string (or a set of strings), but needs to match a pattern.
``` typescript
let fontStyle: 'normal' | 'italic' = 'normal'; // already available in…