Anastasios Andronidis

Results 15 issues of Anastasios Andronidis

Just downloaded and run `npm install` in the theme. Instantly I got the following deprecation and vulnerability messages: ``` npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated [email protected]: See...

admin

Hello @mykter! Really amazing collection in this repo! I was wondering if you also have any examples and (most importantly) programs that have some kind of file IO, or they...

I'm trying to run a binary that I'm afraid I can't post publicly and when I running: ``` rr record --chaos ``` I get the following crash: ``` [FATAL /home/andronat/rr/src/record_syscall.cc:5549:process_mmap()]...

It would be great if the rate limit (throttling) was configurable

I've been heavily relying in the `-min-crossrefs=1000` flag of `bibtex`? How can I pass this flag to tectonic? I can't find a way.

This PR contains the following changes that are required to be bundled together in order for tests to pass: - Statically links [mimalloc](https://github.com/microsoft/mimalloc) to both SaBRe and all plugins by...

Rewrite functions when the user plugin defines it is currently a no-op. While we are passing the appropriate detour registration function to the plugin here: https://github.com/srg-imperial/SaBRe/blob/master/loader/premain.c#L96-L101 we still need to...

Hello, thank you for your project, is really awesome, it helped me big time :) I was wondering which is the right way and if it possible to pass arbitrary...

enhancement

Following your instructions to run the theme and just by running `huge serve` I get the following warnings: ``` $ hugo serve Start building sites … hugo v0.96.0+extended darwin/amd64 BuildDate=unknown...

### Describe the issue I have a remote package that has the following `pyproject.toml` (part): ``` [project] name = "dep_1" requires-python = ">=3.8" dependencies = [ "numpy>=1.19.5", "opencv-python>4.7.0.68", "onnxruntime>=1.12.0; platform_machine...