- Version: 22.3.6
- Electron Version: 7.1.2
- Electron Type (current, beta, nightly): current
the following poc cause a assertion failure in "debug" build on ubuntu.
function opt(){
const v2 = [-1000000000.0];
v2.length = 4294967295;
const v3 = v2.copyWithin();
return v3;
}
for(let i=0;i<0x200;i++){
opt(false);
}
I previously tried to build ppa packages for ubuntu at https://github.com/authpass/authpass-deb but I don't think this works anymore.
It would be nice to make AuthPass available as deb packages. Maybe using a custom repository on https://data.authpass.app.
This issue is for creating a github workflow which builds a debian package and maybe a directory archive or hierarchy which can be rsyn
I understand that optimisation of image/x-icon files has been added to Magick.NET (dlemstra/Magick.NET@c5e41c5). Are there any chances of this being added to Imgbot?
This has been requested before in #444, unfortunately, that issue has become stale without any comments whatsoever.
We have some great new features by @ValentinaTironi -- a thumbnail grid -- see the Activities section of https://publiclab.org/micro
One thing that would be great is to have the built-in buttons below that we see on non-thumbnail Activity grids, such as at https://publiclab.org/coqui
; this function should ONLY be used by the audio hooks. Never by code we are writing. This is because we have `void playSound(SoundId id, const Map::Po
Implement Data structures and algorithms in Ruby, Go, C# and Rust
Hacktoberfest is approaching, and so are your chances to get a free tee from Digital Ocean and DEV!
Start contributing to Open-Source by making your first Pull Request at https://www.gitstart.tech
P.S.: To win an official limited edition Hacktoberfest shirt, you must sign up on the Hacktoberfest site: https://hacktoberfest.digitalocean.com and make **four pull requests (PRs) on
Add an environment parameter in the config.
This environment field should be added to all users in the param so we can add rules based on the environment and have the same config file for all your environment.
Will be great have approach to put some arguments for make test or commands some like this.
For that we need add some like that into Makefile.
# arguments
FIRST_ARG := $(firstword $(MAKECMDGOALS))
ARGS = $(filter-out $@,$(MAKEOVERRIDES) $(MAKECMDGOALS))
MAKEFILE_PATH := $(abspath $(firstword $(MAKEFILE_LIST)))
%:
@:
and after that add ${ARGS} to our commands
te
Add a description, image, and links to the help-wanted topic page so that developers can more easily learn about it.
To associate your repository with the help-wanted topic, visit your repo's landing page and select "manage topics."