Nikolay Plekhanov

Results 11 comments of Nikolay Plekhanov

very similar problem. 0. placing breakpoint 1. starting debug server in IDEA 2. starting Lua program with following code at beginning Following code at the start of project ``` require('mobdebug').basedir('C:/pathtothescriptsbase')...

@CppCXY wow. just... wow. I've missed it somehow and even ported part of mobdebug to C to improve its performance (my app has bottleneck on scripts, so I had 3...

> I can't get new debugger working from WSL because it would run a require on a DLL from Ubuntu Seems like you use `Copy this code to lua` snippet...

seems like it repeats https://github.com/Hoverbear/getset/pull/84 with the minor differences. demanded feature :)

@GamePad64 could you please clarify what do you mean "like in modern Rust"? are there some relevant out-of-the box features?

what's up with this PR? it seems easy.

yeah, I faced with the impossibility to make `&[T]` from `&[Option]` when tried to implement suggested idea via custom implementation of `tinyvec::array::Array`. but I suppose this suggestion would be implemented...

To reuse good solutions from tinyvec, one could use something like that: ```rust use tinyvec::{tiny_vec, TinyVec}; const LIMIT: usize = 2; #[derive(Default, Debug, Clone)] pub struct OptTinyVec { inner: TinyVec,...

I've encountered very similar error. I have different first exception, but the same second repeated infinitely. Look, we have a loop [ReaperApplication](https://github.com/thelastpickle/cassandra-reaper/blob/b3424f0a3f05062071e76da42099a0095d798c58/src/server/src/main/java/io/cassandrareaper/ReaperApplication.java#L471), where we attempt to initialize storage until it...

maybe it'll good to introduce new type of junk for this that costs more than common junk, say 25 gold per pound. So it will still be possible to live...