Jim Chng
Jim Chng
Hi to whom it concerns Thanks to the great work by the pandera's team, it really helps me with validating a huge number of datasets. I encountered the following issue....
Update the functions used in the build_test.md to the functions that are available in test_scenarios.move, e.g. `take_owner(...)` to `take_from_sender(...)`. The altered tests still managed to run.
Hi, I'm new to move and sui-move. test_scenario codes have been updated but not the corresponding docs on: https://docs.sui.io/build/move/build-test#testing-a-package. Anyway, I edited the codes on the docs to: ```move #[test]...
Updated doc/src/build/move/build-test.md for currency, updatedness.
Hi let's say the key exchange was meant to be conducted by sending `String`, which is a base64 encoding of the `SharedKey`, over to the `receiver`. `Sender` would need the...
``` L105 pdf.replace_text(2, "[email protected]", "hello WORLD").unwrap(); L106 dbg!(pdf.extract_text(&[2]).unwrap()); ``` Logs ``` [src\redact.rs:106] pdf.extract_text(&[2]).unwrap() = "For example, [email protected], [email protected], \[email protected], and jane\n-\ndoe@my\n-\nuniversity.edu all match this pattern, \nand are therefore considered valid...
https://github.com/stouset/secrets/blob/master/src/secret.rs#L215 For the `Drop` implementation of `Secret` (linked above), why do you assert if the thread is panicking when the target is not on Windows and `munlock` was successful? My...
Hi @jonra1993, I am using `logger = logging.getLogger(__name__)` to do my logging at `DEBUG` level. How do I dump these logs daily to disk? Thank you.
Hi @jonra1993, my frontend developer says that he is unable to upload any user image due to CORS blocking. In my `.env` file, I already have the following: ``` ......
Hi I am an engineer and I am interested in the codes that give rise to the behaviour I mentioned in the title. I tried searching your codebase for this...