Xavier Bergeron

Results 14 issues of Xavier Bergeron

Update: Dispad works, although it is only disabling the two-finger scrolling and not clicking! Here is the log of `dispad -FD` This is building from master on Arch linux and...

I find the startup message quite frightening as I'm not used to seeing anything appear. Having it as a configurable option would be desirable!

enhancement

Certain uses of `typing.Literal` or `typing.Annotated` cause syntax errors in generated code. (Related: https://github.com/python-attrs/cattrs/issues/277) In the case of annotated types (from 3.7 typing_extensions), I get the following syntax error: ```...

I am currently in the process of upgrading dependencies of our internal libraries and tooling. I noticed the new versioning scheme and have a few questions. The changelog simply states...

### Prerequisites I am running Arch Linux with GNOME 3 `Linux 5.5.4-arch1-1 #1 SMP PREEMPT Sat, 15 Feb 2020 00:36:29 +0000 x86_64 GNU/Linux` ### Description GitHub integration fails to initialize...

Windows 10 SRCDS, sourcenet master branch (lua updated as well) Running sandbox on construct: ``` require("sourcenet") include("includes/sourcenet/gameevents.lua") ``` ``` Client "redacted" connected (redacted-ip:27005). [snmi] svc_Print Sandbox Map: gm_construct Players: 1...

bug

I am attempting to connect to an SFTP server for which the username is an email address. I can't seem to be able to do this as it splits the...

* cattrs version: 22.2.0 * Python version: 3.9 * Operating System: macOS / Linux ### Description There is a regression in unstructuring of statically typed `Any` field in versions published...

**Describe the solution you'd like** I would like a new `--clone-depth` CLI flag added, to be passed to `cloneLocalRepository`'s `git.CloneOptions`. **Describe alternatives you've considered** I also considered keeping the repositories...

enhancement

I have a command that uses star globbing (example: `/e2e non-parallel-tests/*.js parallel/role-*/*.js`) When writing this command outside an inline code block, the two matching stars turn it to italics as...