Oliver Smith

Results 96 comments of Oliver Smith

Here's a demonstrative example, change the "MOVE_NOT_COPY" on the first line from 0 to 1 to see it operate without leaking/multi-deleting. https://gcc.godbolt.org/z/PWxExbPx1 Note in particular where A#4 and A#7 are...

In my case, we already have machine and user policies, these two users have a need to specifically allow differently policies unique to their two accounts. Not sure what the...

(Just playing catch up after a very hectic "holiday", heh) That's not possible because Credential just isn't part of the underlying separators, so the composite would simply cause the problem...

Last week I ran into an SFS issue and used it as an excuse to take .NET Core C# for a spin (https://github.com/kfsone/sfsed - it's a cli compared to kml,...

Everything I've read said that .net core 3 has xplat winforms, so I tried a hello world (github.com/kfsone/buildme) which is explicitly .net core winforms, *not* desktop, but I think you...

> Reworking in something cross-platform like GTK# could really make it look a lot nicer. Remember, never use the default skin for GTK# on Windows. It sucks. The hitler-bunker scene...

@eyeonus with ``` python ./trade.py buy -w --near="Amber/Felice Plant" --ly=16.00 --pad=M --planetary=N --fc=N --limit=42 -vv "Bauxite" ``` to enable the full 'rich' error reporting and in a nutshell I appear...

Let me walk myself thru it for synchronization: tradeenv.py will enable the "tame" version of it: https://github.com/eyeonus/Trade-Dangerous/blob/release/v1/tradedangerous/tradeenv.py#L31-L34 if you set EXCEPTIONS. unix-shell: `EXCEPTIONS =1 trade.py makemerich` powershell: `$env:EXCEPTIONS = 1;...

if you want to see what it looks like - randomly drop a "raise Exception('you aint seen me')" somewhere in say the buy command and then `trade.py buy -w ...`...