AMQP client library in Rust, with a clean, futures based API
async-rs/async-global-executor 17
A global executor built on top of async-executor and smol
AMQP specifications
Java implementation of the Biscuit authentication and authorization token
Bomberman clone written in C++
Personal blog, based on hakyll
Brainfuck parser written in rust using nom
Abalone, in java
Kdecherf's personal Exherbo repository
A cargo subcommand for displaying when different versions of a same dependency are pulled in
issue commentxmm7360/xmm7360-pci
Works for Linux Kubuntu Focal@Dell Lattitude 5411
Not a real issue, but hardware report only,
comment created time in 6 hours
issue closedxmm7360/xmm7360-pci
Works for Linux Kubuntu Focal@Dell Lattitude 5411
Manage to compile, install and run for:
- PCIe 01:00.0 Wireless controller [0d40]: Intel Corporation XMM7360 LTE Advanced Modem (rev 01)
- Dell Lattitude 5411
- Kubuntu Focal 20.04.1 LTS
Steps:
- sudo pip3 install pyroute2
- sudo pip3 install --user ConfigArgParse
- make
- sudo insmod ./xmm7360.ko
- sudo python3 rpc/open_xdatachannel.py --apn internet
Thank you.
closed time in 6 hours
mbrudkaissue openedxmm7360/xmm7360-pci
Works for Linux Kubuntu Focal@Dell Lattitude 5411
Manage to compile, install and run for:
- PCIe 01:00.0 Wireless controller [0d40]: Intel Corporation XMM7360 LTE Advanced Modem (rev 01)
- Dell Lattitude 5411
- Kubuntu Focal 20.04.1 LTS
Steps:
- sudo pip3 install pyroute2
- sudo pip3 install --user ConfigArgParse
- make
- sudo insmod ./xmm7360.ko
- sudo python3 rpc/open_xdatachannel.py --apn internet
Thank you.
created time in 6 hours
startedreilleya/openMotor
started time in 7 hours
issue closedsmol-rs/smol
Hi
I have an application that listens on multiple ports. Currently I am implementing it using threads but I consider changing it to async. Can you provide an example on how I would implement multiple servers (listen on multiple ports and handle connections on each of those ports) using smol runtime?
Thank you
//Max
closed time in 10 hours
mhristachecreated repositorycodepo8/full-card-click
Back to Basics: Creating a clickable card interface in plain HTML, CSS and JavaScript
created time in 11 hours
push eventsozu-proxy/sozu
commit sha 1e2da00f86ea8c60481a69fc8e306096977c89be
move target_to_backend to sozu-command-lib
push time in 13 hours
push eventsozu-proxy/sozu
commit sha b93414db2a3a6d8433dc6813de36ad47d2802617
make timeout members private
commit sha c833431580caffd8a8311a6d3cb3a9d0dfc6b362
move timeouts from std::time to the time crate
commit sha 8db6951236565c9eac5b3cbd7832ddd073eb779b
reactivate worker logging
commit sha 4fa04672a11e000a70bd4fd81d6db8c15ffa8df0
no need to pass the front timeout value from the poll loop
commit sha 5e70563bac42ce669371188a0cb0840f6461367b
introduce the request_timeout option request_timeout is the maximum time allowed between a client connection is open, and the entire request headers are received. This will help in mitigating slow DoS attacks. Once the headers are received, we update the timeout duration to front_timeout
push time in 14 hours
issue openedCleverCloud/biscuit
It could be interesting to have a Set atom type in the spec.
We recently merged the feature into biscuit-go (see: https://github.com/flynn/biscuit-go/commit/19073ab908515f0e05662bc4084477f55e4e82dd)
This allows to group several atoms under a single one, and have constraints allowing to check if all or none the set values are included in a given set:
# given the fact:
users(#ambient, ["alice", "bob", "eve"])
# doesn't match, since eve is not in the constrained list
*allow($username) <- users(#ambient, $usernames) @ $usernames in ["alice", "bob"]
# match, $usernames does not contains any of "admin" or "root"
*allow($username) <- users(#ambient, $usernames) @ $usernames not in ["admin", "root"]
The set does not restrict embedding different atom types (ie: [#a, "alice", 42]) but I don't see much usage of that yet. It doesn't seem to affect the constraint anyway.
wdyt ?
created time in 15 hours
issue commentCleverCloud/biscuit
This sounds neat! I'll give it a try soon
comment created time in 15 hours
push eventCleverCloud/demo-nodejs-postgres-rest
commit sha f5743e9cda9ad93b581d80ba0585ff844a408fec
Update index.pug
push time in 16 hours
startedTeslafly/OpenBMS
started time in 18 hours
issue commentbus1/dbus-broker
Service file is not named after the D-Bus name
Thanks for the thorough explanation!
This service file is part of jack. Changing the service name would likely break too many things.
However, it renaming the file should work. I'll mention this upstream.
Indeed, if it is part of a release, renaming the file is the correct approach. Feel free to put me on CC, if any input from upstream dbus-broker is needed.
In particular, because it does not allow the existence of multiple implementations that provide the same service. E.g.: many apps provide
org.freedesktop.Notifications. If they had to include a dbus service file with the nameorg.freedesktop.Notifications.service, it would not be possible to install them onto the same system.Isn't it somewhat conflicting with the idea behind DBus: that there can be exist implementations of one single service? (though only one can run at once).
I think you are conflating dbus-interfaces with dbus-names. The term org.freedesktop.Notifications most likely refers to an interface, which any dbus client can implement, even in parallel with others. Similar to interfaces in Java, or abstract classes in C++, or traits in Rust, etc.
In contrast, D-Bus Well-Known Names are ways to identify a peer on the bus, hence it must be unique. Names are used to route messages, and are thus more comparable to pointers or references in normal programming languages. They do not define what type of object they point to, they are merely named identifiers.
comment created time in 18 hours
issue commentCleverCloud/clever-tools
clever deploy: seems like we get logs from current app
Yes, I noticed that too
comment created time in 18 hours
push eventCleverCloud/doc.clever-cloud.com
commit sha b90780da0f452c85a6eb87764f16f3be0ee3be07
nodejs: update links in the mongodb sample app
push time in 19 hours
PR opened CleverCloud/clever-tools
pr created time in 20 hours
push eventCleverCloud/doc.clever-cloud.com
commit sha d7021a872c5e71331117aeaeeab83ddf1663db9a
cellar: rework a bit the creating a bucket section (#509)
push time in 20 hours
PR merged CleverCloud/doc.clever-cloud.com
pr closed time in 20 hours
pull request commentCleverCloud/doc.clever-cloud.com
cellar: rework a bit the creating a bucket section
@BlackYoup Awesome :heart_eyes:
comment created time in 20 hours
PR opened CleverCloud/doc.clever-cloud.com
pr created time in 20 hours
create barnchCleverCloud/doc.clever-cloud.com
created branch time in 20 hours
created tagCleverCloud/clever-tools-dockerhub
Dockerfile for clever-tools CLI
created time in 20 hours
push eventCleverCloud/CleverCloud-exheres
commit sha 11e2970d1c1f0f489ce05309b282b254a56b8b51
dev-util/clever-tools-bin: bump to 2.7.3_beta0
push time in 20 hours
push eventCleverCloud/clever-tools-dockerhub
commit sha 345c21ebe035cbb720b96bdbc5d365b49d127664
Update to 2.7.3-beta.0
push time in 20 hours
push eventCleverCloud/homebrew-tap-beta
commit sha 0c85eed2174cd9f4710d74690b24829af613d916
Update to 2.7.3-beta.0
push time in 20 hours
create barnchCleverCloud/clever-tools
branch : fix-race-condition-git-remote
created branch time in 20 hours
created tagCleverCloud/clever-tools
The official command line interface for Clever Cloud
created time in 20 hours
push eventCleverCloud/doc.clever-cloud.com
commit sha 87ed54a236a4d4aa48ea383add88df7f2eac8783
cellar: add a s3cmd command to print the CORS configuration (#508)
push time in 20 hours
PR merged CleverCloud/doc.clever-cloud.com
pr closed time in 20 hours
delete branch CleverCloud/demo-nodejs-mongodb-rest
delete branch : dependabot/npm_and_yarn/mongoose-5.10.15
delete time in a day