Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Jrsonnet

Developing jrsonnet and related projects
Collective - Host: opensource - https://opencollective.com/jrsonnet - Code: https://github.com/CertainLach

docs: fix CLI's `lib.rs`

github.com/CertainLach/jrsonnet - aeb6b6134a202f4c84a918c913f835e892c87093 authored over 4 years ago
docs: fix `ExtVarOpts`

github.com/CertainLach/jrsonnet - e20e28e494197482c99d4230e3768ecef9848bea authored over 4 years ago
docs: fix `DebugOpts`

github.com/CertainLach/jrsonnet - 6c1a2fa6d186d4fb964dd4d27119ca52263f3c9a authored over 4 years ago
docs: refactor README.md

github.com/CertainLach/jrsonnet - 656c8fd8cae24749a5948a21375a719086d77e8d authored over 4 years ago
ci: fix clippy warnings

github.com/CertainLach/jrsonnet - 46fae7b561fdf4f2b647b448201b27cd5303c30b authored over 4 years ago
build: update flake cargoSha256

github.com/CertainLach/jrsonnet - 06296749061832020110b140cdd7fce189ff486d authored over 4 years ago
perf: move error and stacktrace to heap

github.com/CertainLach/jrsonnet - d859bb9d0adb68bca9c1b8bebaa6736b4f846e53 authored over 4 years ago
perf: use fxhash

github.com/CertainLach/jrsonnet - d09f1c2861da089d076b36185ae897693854f222 authored over 4 years ago
build: missing sort

github.com/CertainLach/jrsonnet - 84fe36c05a1ed82e820c18c51fa538a7a667bfbe authored over 4 years ago
perf: unify function calls

github.com/CertainLach/jrsonnet - a5391ab8ecf420f6b3c26c2ceef57ba1ad1feb8b authored over 4 years ago
chore: upgrade clap

github.com/CertainLach/jrsonnet - bc5c3a5e48f562cd112babd7fa8a96c30cbd385c authored over 4 years ago
perf: reduce error enum size

github.com/CertainLach/jrsonnet - 57ad354a9478daaede53942f6a671edff6f1695b authored over 4 years ago
feat: multi and stream manifests

github.com/CertainLach/jrsonnet - 6e40dd49aa728ef95799d6cb1b9f7f60106a0e5c authored over 4 years ago
feat: native callbacks

github.com/CertainLach/jrsonnet - 020afa68e92fbbb228362ed8a089344f6f60d0b9 authored over 4 years ago
feat: yaml stream output

github.com/CertainLach/jrsonnet - 1feb056f19c362398d42fb441ae25c985aca7679 authored over 4 years ago
feat: minify json

github.com/CertainLach/jrsonnet - ce6eeacd9f763a5b4554322529853d5d044ef286 authored over 4 years ago
fix: add fract call in integer check

github.com/CertainLach/jrsonnet - 4dbbc6ecd6c9b29ae151590ede920db0de6e5a62 authored over 4 years ago
fix: convert to integer number on zero fraction

github.com/CertainLach/jrsonnet - 13d49041c6898094cdc8d0d497d8742e3665706f authored over 4 years ago
build: add nix flake

github.com/CertainLach/jrsonnet - 76dc24d41826ce5ed0e81ac2c96868bfc99199e6 authored over 4 years ago
feat(evaluator): serde_json integration

github.com/CertainLach/jrsonnet - 409a660d075327fd237e351f820429e8d5280bb0 authored over 4 years ago
refactor(evaluator): extract json to module

github.com/CertainLach/jrsonnet - d445938727856cf238a828ecdc95f52ba3020e5a authored over 4 years ago
chore: bump versions

github.com/CertainLach/jrsonnet - 219ced52633916e0c8e03458a7ed25d3db16826e authored over 4 years ago
build: stable rustc support

github.com/CertainLach/jrsonnet - 1d4b842070e4e52b04e6fed9d9452c8e1808ac0a authored over 4 years ago
fix: use vanilla default for line-padding

github.com/CertainLach/jrsonnet - bb6d643f4d8521cc908b1032738e5cc8812c93ff authored over 4 years ago
feat: add intristic calls to stack

github.com/CertainLach/jrsonnet - 56c40a985e8c1a36fb45d66e15d4b31210a5818f authored over 4 years ago
fix: use new to_string method

github.com/CertainLach/jrsonnet - ba7b562a0c01c74567487cec32743c1e9886bbd0 authored over 4 years ago
feat: match jsonnet json formatting

github.com/CertainLach/jrsonnet - bb39159c66981ad016f465065921e747b20ee59c authored over 4 years ago
fix: make to_string unwrap value

github.com/CertainLach/jrsonnet - 1e914c040ec4779799ce890ec063f98d2fd9aa29 authored over 4 years ago
fix: make std.format not consume field on %%

github.com/CertainLach/jrsonnet - c40e554d3917eec3051f5d36addae5b365ab8c1b authored over 4 years ago
build: fix makefile comment

github.com/CertainLach/jrsonnet - 40f4374702a926b71cbc3b566c7aa5d4376e669b authored over 4 years ago
Merge branch 'master' of github.com:CertainLach/jsonnet-rs

github.com/CertainLach/jrsonnet - 38dfcbef8382a15dfd0bbd848cdbeb2b88b60c31 authored over 4 years ago
perf: specify map capacity

github.com/CertainLach/jrsonnet - 9fde26aadba12c5bb4557b96cc5a4d1343a2c08d authored over 4 years ago
fix: make std.mod not tailstrict

github.com/CertainLach/jrsonnet - 3bb4514f98a65ee0e19504e51162d3ad291ff6b3 authored over 4 years ago
feat: add field access to stack

github.com/CertainLach/jrsonnet - 57f3c89602572e1292d8ea424d506795ec73b67a authored over 4 years ago
feat: make mimalloc optional

github.com/CertainLach/jrsonnet - 8c5f44d1f49fa8af67232ed6be29d220e594ed8f authored over 4 years ago
Merge pull request #3 from CertainLach/reformat-license-file

Reformat LICENSE

github.com/CertainLach/jrsonnet - fba11bf1f64448dffbdbf50e576f2810b8214bbf authored over 4 years ago
perf: mutate context if operating on only strong ref

github.com/CertainLach/jrsonnet - e4a890bf0c31c7701e08f5d4bf2f21aa1b4e5630 authored over 4 years ago
Reformat LICENSE

github.com/CertainLach/jrsonnet - 642cadddf748be57c25c696b928eae1cd32af4f1 authored over 4 years ago
refact: simplify error management

github.com/CertainLach/jrsonnet - 84f648e7832976a8d0c997dd38618e36c91f5e8a authored over 4 years ago
fix: faster format consumes value for %%

github.com/CertainLach/jrsonnet - 370c6155b3746b4f95cfb41a779361a79a15ed3e authored over 4 years ago
fix: faster std.format skips last string element

github.com/CertainLach/jrsonnet - 11b9a15dfb34b6298ac209e5805b21383478ce68 authored over 4 years ago
chore: add benchmark results

github.com/CertainLach/jrsonnet - d96a379e8bd80302be6aeecb1970ef6ef0e2cc91 authored over 4 years ago
style: cargo fmt

github.com/CertainLach/jrsonnet - 14f17a7c038d466c3fa87f0280882990707a42cd authored over 4 years ago
perf: faster format

github.com/CertainLach/jrsonnet - 1b7abe84e61128fac13d8cde82ae73276d936c6a authored over 4 years ago
perf: faster range

github.com/CertainLach/jrsonnet - 9d883c6db8a30ddd2928890bf2011ed4eb738b4f authored over 4 years ago
fix: run manifest in state

github.com/CertainLach/jrsonnet - aa3619c1b52751a453d01e8a688ef759e039ecac authored over 4 years ago
fix: dont use ArgGroup

github.com/CertainLach/jrsonnet - bb05d50f624d945b994d42a40f93fc314dfcfe52 authored over 4 years ago
perf: cache object member accessors by this

github.com/CertainLach/jrsonnet - b0a4791f12369089baa0460a0b54335b6792cd26 authored over 4 years ago
perf: faster sort

github.com/CertainLach/jrsonnet - 226d3aa6c5416c46db9d16c9c3732431372c2d9a authored over 4 years ago
feat: print argument name in errors

github.com/CertainLach/jrsonnet - 34b122524513fc5c35ff56305241dfba86cd8946 authored over 4 years ago
perf: faster foldl, foldr

github.com/CertainLach/jrsonnet - eb8244b349fca4e0db89f718851ad065784135be authored over 4 years ago
fix: add state wrapping for top level api methods

github.com/CertainLach/jrsonnet - 36ab91f4c34c7cee2c37cc6b7bfe7801b5d300fa authored over 4 years ago
test: fix column offsets

github.com/CertainLach/jrsonnet - beff66c04fc27c91c16ff6cc75575fded55a959e authored over 4 years ago
fix: remove _start for non wasm32 targets

github.com/CertainLach/jrsonnet - ea5e4eca6eae19239f019c60520a10cd098c944d authored over 4 years ago
build: fix cargo.toml

github.com/CertainLach/jrsonnet - a6ab6d0b1213bc88bd6e8d64a384de27cf0e6172 authored over 4 years ago
feat: add import callbacks to libjsonnet

github.com/CertainLach/jrsonnet - f3086d962614d87c2e5007056498e65aa111a55d authored over 4 years ago
refactor: split libjsonnet code into modules

github.com/CertainLach/jrsonnet - dc0a0bacae12c1e69948666fabdf4039cd7d3c0c authored over 4 years ago
refactor: extract shared CLI code to jrsonnet-cli

github.com/CertainLach/jrsonnet - 3943cce16e879faa1c8c330918f0f1e576373959 authored over 4 years ago
feat: add standard like api to evaluator

github.com/CertainLach/jrsonnet - 3100b67da51b0b0b2f102db7d298e74b570158a7 authored over 4 years ago
feat: argument map function call

github.com/CertainLach/jrsonnet - b14023b0be60d74f77b8bcb5fede3861abd68a04 authored over 4 years ago
refactor: merge trace to evaluator

github.com/CertainLach/jrsonnet - be66091d566eaa46532436c6e832dfbe0ce6df6f authored over 4 years ago
docs: update bindings status

github.com/CertainLach/jrsonnet - 1820422c7290f19a41fa7b3dae0dd05a4a786b2b authored over 4 years ago
style: fix all clippy warnings

github.com/CertainLach/jrsonnet - 3abfefe960c3f775b9dc86f5868d67857851db9c authored over 4 years ago
Merge pull request #108 from calebsander/fix/ptr_eq

Fix ptr_eq() on rooted and unrooted references

github.com/CertainLach/jrsonnet-gc - 563f685972d98d3608b52a82bbfef811d89abc54 authored over 4 years ago
ptr_eq() should ignore rooted bit

github.com/CertainLach/jrsonnet-gc - 6e1024cc62a281121b99e1c747f80ce3635dda6b authored over 4 years ago
feat: std.log method

github.com/CertainLach/jrsonnet - 190d87fc6e1aee8dd73647b4e4f51fa232682ce1 authored over 4 years ago
fix: std.trace display

github.com/CertainLach/jrsonnet - 5455aca5e710f45c5e575e72530619b9f694e3e9 authored over 4 years ago
feat: push frame for imports

github.com/CertainLach/jrsonnet - 029b9cfebd03dc5cb10d9c910174f7f1bd17d00c authored over 4 years ago
style: run rustfmt

github.com/CertainLach/jrsonnet - 433adfa9b8aeb4af8f9025e351bb01d226bcdb2e authored over 4 years ago
build: update cargo files

github.com/CertainLach/jrsonnet - c07d38d286f4780fcd7163603aa58359a4dc14bc authored over 4 years ago
feat: expose and document evaluator settings

github.com/CertainLach/jrsonnet - a94a1150b4f0317fe84c2de81e9d1ad7d340ac9a authored over 4 years ago
refactor: extrace trace format to separate crate

github.com/CertainLach/jrsonnet - 458a1bc63c561aee82c6d52ec7fd9360d802c46f authored over 4 years ago
feat: more fields in ImportSyntaxError

github.com/CertainLach/jrsonnet - 3b3945f22c039996686cd05d9ccaebf477ba04ef authored over 4 years ago
refactor: more intuitive code location mapping

github.com/CertainLach/jrsonnet - db14faa124c5185d889f078196b2951887de4658 authored over 4 years ago
refactor: extract standard library to another module

github.com/CertainLach/jrsonnet - 78fff5c6fa82e67afc0a7409a3b428891ff8550c authored over 4 years ago
feat: trace function names

github.com/CertainLach/jrsonnet - a82a6f1d1dd0fbf32c5be46327ae187721b00838 authored over 4 years ago
feat: into_yaml conversion

github.com/CertainLach/jrsonnet - 0dad2a64ea4be027f26c0e5f6460ca47a51fe7c8 authored over 4 years ago
Improve test coverage

github.com/CertainLach/jwk-rs - 8014d18bf03735bd1bd9b3625e09d057fac5daf3 authored over 4 years ago
Add jwt and panicking conversions

github.com/CertainLach/jwk-rs - 72368980c4e40d5e3c557660609a2e7c53132dc6 authored over 4 years ago
Suppress option_if_let_else clippy pedantic lint

github.com/CertainLach/serde-yaml - 89cee75eea3b93efaa702d9dae596d2d0b69eb1a authored over 4 years ago
Suppress match_like_matches_macro clippy lint

github.com/CertainLach/serde-yaml - f61f98cbf5b61fa06557168619735985bc28aae2 authored over 4 years ago
Add badges to readme

github.com/CertainLach/jwk-rs - 7a8536dabe9d9c6d249051d8971c8dcf5c29d5c9 authored over 4 years ago
Add codecov to CI

github.com/CertainLach/jwk-rs - 06e93ec0b419a03900a508a821660fbb42738611 authored over 4 years ago
Add key generation

github.com/CertainLach/jwk-rs - ddb2613c4ef10bcf48508e55082cfdd8ceaae8f2 authored over 4 years ago
Add jsonwebtoken conversions

github.com/CertainLach/jwk-rs - fa22e01714e6a892551d2753c7b96713244dcb86 authored over 4 years ago
Refactor PKCS#8 conversion

github.com/CertainLach/jwk-rs - 8aaf3d71c7603b54a47b75ae2a1c69689a2a54db authored over 4 years ago
Add PEM conversion

github.com/CertainLach/jwk-rs - 8b1d54359897bc0395505341bd320d4cff3df846 authored over 4 years ago
Initial commit

github.com/CertainLach/jwk-rs - 188772365a1ab85a9ff1f3e94f11d1e269bcf823 authored over 4 years ago
build: upload cargo manifest

github.com/CertainLach/BungeeOxide - e30db06ac0964b310eec13a0f4b3bfd5251de70f authored over 4 years ago
fix: EncryptionRequest definition

github.com/CertainLach/BungeeOxide - 85921f9924d3eab4ee4f3245a26004bebab914f8 authored over 4 years ago
fix: explicit rng scope

github.com/CertainLach/BungeeOxide - 98beb3fb278bb67ae137df7485310792523298f7 authored over 4 years ago
feat: encryption request

github.com/CertainLach/BungeeOxide - cd8e2682f3416f648de62bc025f1af99d64420eb authored over 4 years ago
fix: Chat=>ChatRequest/Response

github.com/CertainLach/BungeeOxide - b17dececc1305e71557b5f8f098340787f4c7be5 authored over 4 years ago