apex-tux icon indicating copy to clipboard operation
apex-tux copied to clipboard

COMPILE error unnecessary qualification

Open Hunterrules0-0 opened this issue 11 months ago • 5 comments

image

Hunterrules0-0 avatar Mar 16 '24 15:03 Hunterrules0-0

Are you trying to develop apex-tux or use it? Can you please be more specific?

not-jan avatar Mar 21 '24 11:03 not-jan

im trying to use it. I fixed it by removing the unnecessary path segments

Hunterrules0-0 avatar Mar 21 '24 12:03 Hunterrules0-0

@Hunterrules0-0 how did you remove the unnecessary path segments?

kiil avatar Mar 24 '24 07:03 kiil

Ran into this also.

In src/render/scheduler.rs, change: _marker: std::marker::PhantomData::default(), to: _marker: PhantomData::default(),

and also: .map(futures::StreamExt::fuse) to: .map(StreamExt::fuse)

odeemi avatar Mar 24 '24 13:03 odeemi

@Hunterrules0-0 how did you remove the unnecessary path segments?

remove the orange text that its complaining about and that should make it compile correctly.

Hunterrules0-0 avatar Mar 25 '24 18:03 Hunterrules0-0

Ran into this also.

In src/render/scheduler.rs, change: _marker: std::marker::PhantomData::default(), to: _marker: PhantomData::default(),

and also: .map(futures::StreamExt::fuse) to: .map(StreamExt::fuse)

Line 79 Line 148 Might help someone but ctrl + f also works

SparklesReal avatar May 13 '24 20:05 SparklesReal

is this project still maintained?

SalahAdDin avatar May 28 '24 02:05 SalahAdDin

Should be fixed in https://github.com/not-jan/apex-tux/commit/4f6f819aa14a0df24aa7f2775822c76761aa1eb8

is this project still maintained?

I no longer own this keyboard so I don't really have the motivation to add new features. I'll try to fix stuff like this but it's not my number one priority :(

not-jan avatar May 28 '24 08:05 not-jan

Should be fixed in 4f6f819

is this project still maintained?

I no longer own this keyboard so I don't have the motivation to add new features. I'll try to fix stuff like this but it's not my number-one priority :(

what's your new acquisition?

SalahAdDin avatar May 28 '24 22:05 SalahAdDin