Brandon Ros
Brandon Ros
in release mode ``` initializing regs loading memory maps Loaded nsi.dll 4 sections base addr 0x776c0000 created pe32 map for section `.text` at 0x776c1000 size: 5624 created pe32 map for...
Is this solved by "quantifying" the candles (from object with just OHLC to trying to label them)? ``` isHammer(candlestick) isInvertedHammer(candlestick) isBullishHammer(candlestick) isBearishHammer(candlestick) isBullishInvertedHammer(candlestick) isBearishInvertedHammer(candlestick) ``` Can't you call these functions...
Is this possible without some kind of request/reply correlation IDs? my fear is that you would transmit a message, then switch to being a receiver, but receive a response to...
can you think of a way to solve multi-threaded exact request/response with channels or not really?
any solution ever found?
Verdict?
``` drfront_set_client_symbol_search_path: returning srv*C:\Users\Brandon\Downloads\DrMemory-Windows-2.4.18900\DrMemory-Windows-2.4.18900\drmemory\logs\symcache\symbols*http://msd l.microsoft.com/download/symbols drfront_set_symbol_search_path: set symbol search path to srv*C:\Users\Brandon\Downloads\DrMemory-Windows-2.4.18900\DrMemory-Windows-2.4.18900\drmemory\logs\symcache\symbols*h ttp://msdl.microsoft.com/download/symbols Fetching symbols for "C:\Windows\system32\ntdll.dll", attempt #0 drfront_fetch_module_symbols: SymLoadModuleEx C:\Windows\system32\ntdll.dll => 0x180000000 failed to fetch pdb for C:\Windows\system32\ntdll.dll,...
``` [1;96mClass Name Type Spawn UC One Two Equal[0m AppleT8030TypeCPhy AppleT8030TypeCPhy [1;95m 0[0m [1;93m(iokit/common) unsupported function [0m [1;94m [0m 0 0 AppleARMIODevice usb-drd [1;95m 0[0m [1;93m(iokit/common) unsupported function [0m [1;94m...
``` error[E0599]: no method named `remote_addr` found for struct `RequestInfo` in the current scope --> src/diag.rs:1193:50 | 1193 | info!("post: {}ms {} {} {}", elapsed, req_info.remote_addr(), req_info.method(), req_info.uri().path()); | ^^^^^^^^^^^...
``` error[E0277]: the trait bound `stm32f4xx_hal::gpio::Pin: CPin` is not satisfied --> src/main.rs:20:42 | 20 | static PC8_MONITOR: Mutex = Mutex::new(RefCell::new(None)); | ^^^^^^^^^^^ the trait `CPin` is not implemented for `stm32f4xx_hal::gpio::Pin`...