Mathieu David

Results 18 issues of Mathieu David

[sunng87/cargo-release](https://github.com/sunng87/cargo-release) seems like a useful cargo subcommand to add to the extras bundle.

Is it possible to return different sub-classes from a function? In Rust I have an enum containing data ```rust pub enum Frame { Type, TypeResponse(u8, Version, u8), Ping(u8), Pong(u8), }...

confusing-api
needs-design
1.0-candidate

Hi, I have a folder where I have standalone documents (one per week) and I would like to be able to use the watch command to continuously generate the pdf...

**Is your feature request related to a problem? Please describe.** When setting the read protection level 1 (rdp = 1) on stm32 chips, it makes flashing them with probe-rs /...

enhancement

Add support for multiple languages.

M-Discussion
C-enhancement
S-Wishlist
A-Internal-representation
A-Localization

### Description When adding a `pagebreak(weak: true)` after an update of the page counter the pagebreak will always be inserted even if the page is empty. **To reproduce:** ``` #counter(page).update(1)...

bug
layout
meta

Currently, Mathjax is a little akward to use because we only support the `\( ... \)` and `\[ ... \]`method to indicate inline and block equations respectively. On top of...

E-Medium
C-enhancement
C-papercut
S-Wishlist
A-MathJax

- [x] Font Awesome - [x] Google Fonts (Open Sans) **Edit**: maybe not that important, other (similar) fonts will be used instead - [x] JQuery - [ ] MathJax Are...

A-JavaScript
C-papercut
A-CDN

In the header files I am trying to make bindings for, some constants are defined like this: ```c #define kOfxStatFailed ((int)1) #define kOfxStatErrFatal ((int)2) // ... ``` Can this pattern...

enhancement
help wanted
A-macros
rust-for-linux

I get the following panic when trying to run the example: ``` thread '' panicked at 'Failed to get root window: XError { description: "GLXBadFBConfig", error_code: 181, request_code: 155, minor_code:...