teenjuna

Results 20 issues of teenjuna

Basically it's a feature request with two parts: 1. Support renaming the word `Figure` to something else 2. Support using a custom counter Motivation: I want to be able to...

https://github.com/teenjuna/prae/blob/bd2bfd476108ebcfcb91c2710fdf92eb123a169d/prae/src/lib.rs#L695-L700

I noticed that the current implementation of `define!` and `extend!` macros are incompatible with `rustfmt`. Therefore, I propose the following new design: ```rust define!({ #[derive(Debug)] pub struct Text(String); adjust(|t| *t...

Right now, when value fails validation by `ensure` closure, the returned error is a static string `"value is invalid"`. It would be cool to support customisation of that string: ```rust...

Right now README file is generated using [`cargo-readme`](https://github.com/livioribeiro/cargo-readme), but this tool doesn't support intralinks and wasn't maintained for more than 2 years. [Link to `cargo-rdme`](https://crates.io/crates/cargo-rdme)

### Describe the bug When I remove a room or a space, it doesn't optimistically disappear. It does so only after first or second page refresh. ### Reproduction 1. Go...

Hi! I think it'll be cool to update this template to [Tailwind v2.1](https://tailwindcss.com/docs/just-in-time-mode). Right now it's kind of impossible though, since there's some [issue](https://github.com/tailwindlabs/tailwindcss/issues/3950) with Snowpack that prevents Tailwind's JIT...

Hi! I've read your post and think that this is a pretty cool idea. But I also think that there are some things that could be better. For example, when...

### Is your feature request related to a problem? From related issue (#1782): > Sometimes (and probably quite often) some records are only valid while some other records exist. Simple...

feature
topic:surrealql
topic:schema

### Describe the bug I was trying to implement a schema, where one of the table's fields returns a value from a graph query. It works nicely on in-memory CLI...

topic:rust
sdk-issue