Tv

Results 130 issues of Tv

"How it Works" example has ``` #[macro_use] extern crate derive_builder; ``` which is old style Rust and not very recognizable/usable to newbies (https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html). Below it, "Get Started" says "Add `use...

Hi. I'm using ``` type Action int const ( ActionFoo Action = iota + 1 ActionBar ) ``` to make the default zero value be an undefined value. I just...

I have a use case where I want to put a net.Conn.LocalAddr (and thus net.IP) into a JSON document. Right now using `"type": "string", "format": "ipv4"` (or `"ipv6"`, or a...

### What happened? ``` $ GOFLAGS='-trimpath' go build github.com/99designs/gqlgen && ./gqlgen modelgen: locating templates: lstat github.com/99designs/[email protected]/plugin/modelgen: no such file or directory [EXIT:3] $ ``` ### What did you expect? Success,...

bug
accepted

Following https://github.com/alephjs/aleph.js/tree/master/examples/with-src-dir/src, I am led to believe I can put source code in `src` directory. This breaks CSS files with @import. The @import is not interpreted, and shows up literally...

### Is there an existing issue for this? - [X] I have searched the existing issues ### What version of `workers-rs` are you using? 0.0.9 ### Describe the bug `worker::State::get`...

Hi. I would really love to have a new FUSE kernel protocol version available on OS X, to avoid conditionals all over my codebase. Ideally one matching latest Linux FUSE,...

feature

Nushell (https://github.com/nushell/nushell) at commit db9b88089e9f8ac69ce1a2b0e9f3aff2b892bae5 depends on an unreleased library version, and imports it from git: https://github.com/nushell/nushell/blob/db9b88089e9f8ac69ce1a2b0e9f3aff2b892bae5/Cargo.toml#L55 https://github.com/nushell/nushell/blob/db9b88089e9f8ac69ce1a2b0e9f3aff2b892bae5/Cargo.lock#L3857 Naersk fails to fetch the sources for that: ``` $ nix build...

`rustPlatform.buildRustPackage` supports a `cargoPatches` option, that can be used to insert a `Cargo.lock` into upstream tarballs that don't contain it. It would be nice if the same was possible with...