Erlend Langseth

Results 47 issues of Erlend Langseth

I would like to create a DateTime parser for arbitrary formats. Should I aim for a PR, or just implement it in my own source code? How should it be...

Reproducible test case: ```rust #[derive(Serialize, Deserialize, Clone, Debug, Eq, PartialEq)] pub enum ClusterType { Default, Dedicated, } #[derive(Debug, Eq, PartialEq)] pub struct Cluster { pub pool_type: ClusterType, pub pool_project: Option,...

If I have a tree like this and one node (`b1`) is disabled: ![35 Tuesday-slop3483](https://user-images.githubusercontent.com/4773287/91871309-7c5db200-ec77-11ea-8e82-b6d0280feaf3.png) Then if I press the checkbox of `p` or `e`, nothing happens. If there are...

bug

https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#mtime-on-use What I mean is, in the README you should mention that this flags needs to be set. It takes a while to debug why it doesn't work, until finally...

I'm using Python 3.6.6 in pyenv. OS: Arch Linux I have a simple Rust program that should be equivalent to: ``` import gym env = gym.make("CartPole-v0") ``` Rust code: ```...

I think it's currently _possible_, but it should optimally be easier, and I don't know if I can make sure that all holes are covered. The goal is that all...

C-improvement
A-web

I'm in my own branch (`only`) which builds from b2c58897c3. I have ran `cargo test --features postgres` many times. Only once, I got one failed test (that my code could...

bug
tests

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug
rendering
wgpu
compatibility

I made a library with `create-react-library` called `components`. What's weird is that it builds just fine (`npm build`) but when I try to use it in an application I get...

Running `react-scripts eject`, the last part of its output: ``` Running npm install... npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While...