-
Just
```
mkdir app-bun
cd app-bun
npm init
npm i express
bun install
```
![Captura de pantalla de 2022-07-06 17-16-39](https://user-images.githubusercontent.com/332426/177635644-5c928dfd-557e-…
-
This: https://github.com/NullDev/Discord-RoleShop/issues/12 but for return
-
Log buy. Log return. Log everything.
IN ADDITION to transaction log
like, log log
(console.log, not math.log)
also rel: https://github.com/NullDev/Discord-RoleShop/issues/18
-
Make workflow to automatically deploy to server on master push
-
`Log.error()` is supposed to log to both output.log and error.log instead of just output.log like the other logging methods. That doesn't currently happen.
This also applies to Arithmetica and tbe …
-
A random chest with points for the role store.
There should be at least 4h between drops, then it can come randomly per message with a 15% chance.
It should randomly contain 10-80 points. The user w…
-
My code runs fine in Pycharm IDE but after Compiling it with Nuitka it behaves differently and doesn't work as intended.
If I enable the console window It runs properly but not with --windows-disab…
-
glmnet giving different ans than h2o with slightly better deviance
set.seed(40)
N=500; p=20
nc=5
x=matrix(rnorm(N*p),N,p)
beta=rnorm(nc)
ww = rpois(N,576)
f = x[,seq(nc)]%*%beta +log(ww)
mu…
-
From https://github.com/thals1992/KDE-Neon-For-WSL/commit/052d8c822a94f1f1f389fc5fbc7b4a65f56b0ac6#r100418092
---
> C:\Users\xyz" /grant ":(CI)(OI)F: The filename, directory name, or volume label …
-
I'm embarrassed to say that I can't quite tell from the [Plan for New Modules Implementation](https://github.com/nodejs/modules/blob/master/doc/plan-for-new-modules-implementation.md).
Suppose I ha…