elsaland/elsa 1993
❄️ Elsa is a minimal, fast and secure runtime for JavaScript and TypeScript written in Go
denosaurs/denon 572
👀 Monitor any changes in your Deno application and automatically restart.
🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs
🥚 nest.land's multipurpose CLI
Go bindings to QuickJS: a fast, small, and embeddable ES2020 JavaScript interpreter.
🐣 Registries toolbox & update notifications for your CLI
✨ uwa, special ✨
⚡️ Ray-tracer / Learning project with Rust
DOL scraping bot for University of Trento: ICE students
BOB DOES NOT CARE - GMTKJam 2019 - Created by me, Marco & Gabro in GameMaker Studio 2
push eventdenodrivers/mango
commit sha 5098f14d4554540fcfd1a17bdd1ae04485ba461f
docs: Improve readme (#15) * docs: Improve readme * docs: Move licence and contribution under other. Remove 2nd logo
push time in 12 hours
PR merged denodrivers/mango
What do you guys think? @lucacasonato @qu4k (be sure to open the branch on GH to see how it looks)
pr closed time in 12 hours
push eventdenodrivers/mango
commit sha 4ecc66223238eb3f21ef2857e50cb3c2e3c4d70a
chore(BSON): add generate scripts
push time in 14 hours
pull request commentdenodrivers/mango
Sure! Will close this then.
comment created time in 15 hours
push eventdenodrivers/mango
commit sha 6c0cf62c624b77fbbcf652ee8d440cf5a484c506
docs(BSON): add code comments
push time in 15 hours
pull request commentdenodrivers/mango
This is ready to merge but I think we should close it in favour of keeping the js_sys until we develop a clean Typescript BSON encoder / decoder.
Keeping js_sys will also be useful as rehydration of a BSON document could be done in Rust in the fashion as the encoding phase.
wdyt @lucacasonato ?
comment created time in 15 hours
push eventdenodrivers/mango
commit sha 3f9b69502d9780592201b86bead0403d472b559c
feat: bson decode (#7)
commit sha 67b71166a338b982ec8898fd987481d90efaa9c3
chore: update
push time in 15 hours
Pull request review commentdenodrivers/mango
<img align="right" src="assets/mango.png" height="150" /> </span> -# mango+<p align="center">+ <img height="200" src="assets/mango.png" alt="Mango Logo">+ <h1 align="center">Mango</h1>+</p>
Now there are two mango 🥭
comment created time in 15 hours
Pull request review commentdenodrivers/mango
- [bson](https://github.com/mongodb/bson-rust) - rust bson crate -### Contribution+## Contribution Pull request, issues and feedback are very welcome. Code style is formatted with `deno fmt` and `cargo fmt` and commit messages are done following Conventional Commits spec. -### Licence+## Licence
Ditto.
comment created time in 15 hours
Pull request review commentdenodrivers/mango
- [bson](https://github.com/mongodb/bson-rust) - rust bson crate -### Contribution+## Contribution
Revert, as this is part of ## other section
comment created time in 15 hours
push eventdenodrivers/mango
commit sha 3f9b69502d9780592201b86bead0403d472b559c
feat: bson decode (#7)
push time in a day
PR merged denodrivers/mango
Types are not yet rehydrated. We can do this in a followup PR.
pr closed time in a day
PR closed denosaurs/bench
pr closed time in 2 days
pull request commentdenosaurs/bench
use versioned fastro due to errors using master
I removed fastro in 2452fe645678e687f1d7a05d4663dba9b06b018b.
comment created time in 2 days
push eventdenosaurs/bench
commit sha 2452fe645678e687f1d7a05d4663dba9b06b018b
chore: remove fastro
push time in 2 days
pull request commentdenosaurs/bench
use versioned fastro due to errors using master
Thanks for this but I think the responsibility for the error is more on the Fastro part because the latest release at that time wasn't working properly. I agree tho that we should look into a way of making each test sequential but not depended on a failure of a previous test...
comment created time in 2 days
issue commentelsaland/elsa
Update QuickJS to 2020-09-06 release
Yup! Thanks for taking this issue @sidntrivedi012
comment created time in 2 days
push eventdenodrivers/mango
commit sha 5f89dbf489b6cf4916df806d8d6f57a9402b0400
feat: add all types (#3) * feat: support Set & Map * feat: add extended types and refactor project * feat: add binary type * feat: typescript interface * opt-level and types.ts * benchmarks * refactor: move encoding to encoder mod * move benchmarks Co-authored-by: Luca Casonato <[email protected]>
push time in 2 days
PR merged denodrivers/mango
Support serialisations for all BSON types (http://bsonspec.org/spec.html)
- [x]
Double(f64) - [x]
String(String) - [x]
Document(Document) - [x]
Boolean(bool) - [x]
Null - [x]
DateTime(chrono::DateTime<Utc>) - [x]
Array(Array) - [x]
RegularExpression(Regex) - [ ]
JavaScriptCode(String) - [ ]
JavaScriptCodeWithScope(JavaScriptCodeWithScope) - [x]
Int32(i32) - [x]
Int64(i64) - [x]
Timestamp(Timestamp) - [x]
Binary(Binary) - [x]
ObjectId(oid::ObjectId) - [x]
not supported in wasmDecimal128(Decimal128) - [x]
MaxKey - [x]
MinKey
pr closed time in 2 days
push eventdenodrivers/mango
commit sha 58f3e1683be293555ffffe1514637ba04d22726f
refactor: move encoding to encoder mod
push time in 3 days
push eventdenodrivers/mango
commit sha 7c72081acbcbcf337f7d1e8ca49a394cde02cdfc
feat: typescript interface
push time in 3 days
push eventdenodrivers/mango
commit sha 7e13090378f97a6b6026685569e18cfe2702732f
feat: add binary type
push time in 3 days
push eventdenodrivers/mango
commit sha 6fa15e241ec71ded6402e9a1327f70e5a100f009
feat: add extended types and refactor project
push time in 3 days
starteddenodrivers/mango
started time in 3 days
PR opened denodrivers/mango
Support serialisations for all BSON types (http://bsonspec.org/spec.html)
- [x]
Double(f64) - [x]
String(String) - [x]
Document(Document) - [x]
Boolean(bool) - [x]
Null - [x]
DateTime(chrono::DateTime<Utc>) - [ ]
Array(Array) - [ ]
RegularExpression(Regex) - [ ]
JavaScriptCode(String) - [ ]
JavaScriptCodeWithScope(JavaScriptCodeWithScope) - [ ]
Int32(i32) - [ ]
Int64(i64) - [ ]
Timestamp(Timestamp) - [ ]
Binary(Binary) - [ ]
ObjectId(oid::ObjectId) - [ ]
Decimal128(Decimal128) - [ ]
MaxKey - [ ]
MinKey
pr created time in 3 days
push eventdenodrivers/mango
commit sha 9b7e890d403c32d8d2328543856df2d9ec273aff
feat: support Set & Map
push time in 3 days
push eventdenodrivers/mango
commit sha 4a0b7dc26e9399e7156c852a9b8e69d5c5a1c902
chore: Add wip demo for bare basic driver (#1)
push time in 3 days
PR merged denodrivers/mango
Nothing really to code review, but feel free, and i guess it'll help everyone understand what is actually going on
pr closed time in 3 days
push eventdenodrivers/mango
commit sha f9629f6969b9ffe81cc1e3e32dfce3860ea71757
feat: jsonless bson generation
push time in 3 days
push eventdenodrivers/mango
commit sha caad44111448a24895e6c8994a141cd8618045e5
feat: jsonless bson generation
push time in 3 days
push eventdenodrivers/mango
commit sha 4750e7fb94becb97cea86b524399aed709bb769f
feat: jsonless bson generation
push time in 3 days
push eventdenodrivers/mango
commit sha c0df487f4eca44f1019638e22631da635d3a04c0
feat: jsonless bson generation
push time in 3 days
push eventsrdpt/shops
commit sha bd49afa5695c227b3701b91c98cd18b728c2ca12
chore: fix permissions and update mapbox integration
push time in 4 days
starteddenosaurs/tabtab
started time in 5 days
fork qu4k/marx-bot
Bot di Telgram che sostisuice gli agettivi possessivi sbagliati (dalla prima alla terza persona signolare) a quelli giusti da veri compagno (prima persona plurale)
fork in 6 days
push eventqu4k/dotfiles
commit sha 41a4e8571eadbcaa1dddde56e2e70570f246ca90
chore: update
push time in 9 days
push eventqu4k/qu4k
commit sha af65d3a194a17b9ee01cc558b165c7d43a0a3b32
chore: slow down publishing
push time in 10 days
push eventqu4k/qu4k
commit sha 2cfb99bea97f1f97b3521d3db1a2ac858795d852
fix: twitter link
push time in 10 days
startedeuberdeveloper/eagletrt-documentation
started time in 11 days
push eventdenosaurs/bench
commit sha 43408370e01d8cf24e397324f30dac2e05613ab8
feat: Add Node, Deno, Fastro, Fastify and Express (#7) * feat: Add Node, Deno, Fastro, Fastify and Express * Add install of npm deps to ci for node-related tools * Fix port node server listens on
push time in 13 days
issue closeddenosaurs/bench
I think it'd be good to see results for Fastify, Express and Fastro, alongside a basic Deno and Node server, just to give even broader results, and it'd be nice to compare them with basic Node and Deno
So in a nutshell, maybe more could be added:
- Fastify
- Express
- Node
- Fastro
- Deno
If it helps speed up development time (should you agree with this suggestion), here's the code we've used in Drashland:
// node
const http = require("http");
const port = process.argv[2] || "1447";
console.log("port", port);
http
.Server((req, res) => {
res.end("Hello World!");
})
.listen(port);
console.log("server started");
// deno
import { serve } from "https://deno.land/[email protected]/http/server.ts";
const s = serve({ port: 1447 });
console.log("http://localhost:1447/");
for await (const req of s) {
req.respond({ body: "Hello World\n" });
}
console.log("server started");
// fastify
const fastify = require('fastify')()
// Declare a route
fastify.get('/', (request, reply) => {
return "Hello World!";
})
// Run the server!
fastify.listen(1447);
console.log("server started");
// fastro
import { Fastro } from "https://deno.land/x/[email protected]/mod.ts";
const server = new Fastro();
server.get("/", (req) => req.send("Hello World!"));
server.listen({
port: 1447
});
console.log("server started");
// express
const express = require('express')
const app = express()
const port = 1447
app.get('/', (req, res) => res.send('Hello World!'))
app.listen(port);
console.log("server started");
(Credit to @crookse for making these benchmarks though, we're going to favour your repository over ours)
closed time in 13 days
ebebbingtonpush eventqu4k/rain
commit sha a7b7f895aa0db0e5d247a6dd4a851ab00ca1f0e6
feat: dieletric
push time in 14 days
push eventqu4k/rain
commit sha b1a2af0544e9192d41e42ec802097ac953b123a9
feat: dieletric
push time in 14 days
push eventqu4k/rain
commit sha ccf83aebc03ee2200cecfe1fd74c056dd2c15c6c
feat: dieletric
push time in 14 days
push eventqu4k/rain
commit sha 4ce003f7f5564ae409b936057105fa269492ec03
refactor: hittable -> primitive
push time in 14 days
push eventqu4k/rain
commit sha aa98abf0c747604de36e7f6e4fec54495ba7f877
feat: dieletric
push time in 14 days
push eventqu4k/rain
commit sha f0038ad4c0a6128229196fcdeddd63a8dddb1d1e
feat: multithreading & lambertian reflectance
push time in 15 days
push eventqu4k/rain
commit sha 93c01dea902e758a66bec444080acbc88868906d
feat: multithreading & lambertian reflectance
push time in 15 days
push eventqu4k/rain
commit sha 5f89307464351f0a973d4adfa6da60444562abbf
feat: multithreading & lambertian reflectance
push time in 15 days
issue closeddenosaurs/denon
I use the command to install denon:
deno install --allow-read --allow-run --allow-write --allow-net -f -q --unstable https://deno.land/x/denon/denon.ts
but has the error:
error: TS2367 [ERROR]: This condition will always return 'true' since the types '"main"' and '"master"' have no overlap. if (BRANCH !== "master") { ~~~~~~~~~~~~~~~~~~~ at https://deno.land/x/[email protected]/denon.ts:121:7
closed time in 15 days
iyuanfangissue commentdenosaurs/denon
Thanks for spotting this. Should be fixed in c78788f2611bbfd2e31b2d6b2417d14c34d435d3.
You can now install it with:
$ deno install -qAf --unstable https://deno.land/x/[email protected]/denon.ts
comment created time in 15 days
created tagdenosaurs/denon
👀 Monitor any changes in your Deno application and automatically restart.
created time in 15 days
push eventdenosaurs/denon
commit sha 417c93999ce1d69257f147052f6616ed7a457bad
chore: release 2.4.4
push time in 15 days
push eventdenosaurs/denon
commit sha 17473e10ae6db9cced9c001fc137f85519ea9187
chore: update eggs config
push time in 15 days
push eventdenosaurs/denon
commit sha c78788f2611bbfd2e31b2d6b2417d14c34d435d3
fix: branch detection
push time in 15 days
push eventqu4k/rain
commit sha 4e0049713158a5ca7e5da5288e621ec21e2060ee
feat: add windowed output
push time in 17 days
push eventdenosaurs/sauron
commit sha 54a592ed88c90bf1588fae9104ddee3930d943fb
chore: setup rust serverless functions
push time in 18 days
PR opened elsaland/elsa
pr created time in 18 days
push eventdenosaurs/sauron
commit sha fb0377e7caae9e6e77e7e139baafda2e835cf008
fix: replace rule name from _ to -
push time in 18 days
push eventdenosaurs/sauron
commit sha d8c797cdcfb55e6dbd7189ec71be253645519dda
fix: replace rule name from _ to -
push time in 19 days
push eventdenosaurs/sauron
commit sha 510935d97f8b654e8adee3da9a923884dba694c3
chore: big format
push time in 19 days
push eventdenosaurs/sauron
commit sha d6afcfa40e0e38b81fa5583bf711e331d53696ad
refactor: remove unused code and abstract rule constants
push time in 19 days
push eventdenosaurs/sauron
commit sha 914e88a936a1a6b9e6e01fc6e9f1c1b67231725a
chore(README): remove related
push time in 19 days
push eventdenosaurs/sauron
commit sha 3b0626f3d24a0a8744e3e8df2e3176b2cb57ae0e
fix: coverpage and edit link
push time in 19 days
push eventdenosaurs/sauron
commit sha c61ec3726311966a8d793e5d3f26fba490669667
chore: clean monorepo
push time in 19 days
push eventdenosaurs/sauron
commit sha 79b255e35672230b12ec362dcbc148b505312198
chore: vercel, pls awake
push time in 19 days
push eventdenosaurs/sauron
commit sha b01216b3b4f226b6dd080dc67faa4ce8d54bb1b8
chore: vercel, pls awake
push time in 19 days
push eventdenosaurs/sauron
commit sha 9d7ef8968898b7a8546fc39dd0bddc04426cc3d4
chore: merge mordor and sauron into monorepo
push time in 19 days
push eventdenosaurs/mordor
commit sha d37e95d574d09265e584ef654a453e8c7529a287
chore: make submodule track HEAD
push time in 20 days
push eventdenosaurs/mordor
commit sha 0dfc68f6e8dd1e948f9cf0cc7ea479a87ce9deb1
chore: vercel, pls awake
push time in 20 days
push eventdenosaurs/mordor
commit sha 7604396cf1801b9e20bd351dcf62de4297b777e1
chore: spring cleaning
push time in 20 days
push eventdenosaurs/sauron
commit sha e16b111533ddf0bbfcfb1a6b64d76aa425b31b92
chore: spring cleaning
push time in 20 days
issue commentdenosaurs/denon
This probably has to do with some regex global expansion updates in deno but for some reason it's difficult for me to replicate.
comment created time in 20 days
push eventdenosaurs/mod.land
commit sha ae712cc80fd5c1c212fe3993d3ae2b3995d6f43c
autopublish
push time in 20 days
push eventdenosaurs/mod.land
commit sha b257f705e8b22efb35c510de000ff34e3b710ac6
chore: add dext (#5) * chore: add dext * fmt
push time in 20 days
PR merged denosaurs/mod.land
- [x] My submissions follows the Submission Rules
- [x] I have read and accepted the Terms and Conditions
Thanks :-)
pr closed time in 20 days