Weijian Li

Results 15 issues of Weijian Li

I just tried the classic demo ``` html Welcome! Hi var pos=document.URL.indexOf("name=")+5; document.write(document.URL.substring(pos,document.URL.length)); Welcome to our system … ``` The testing url: > http://www.test-domain.me/welcome.html?name=SOME_SCRIPT_HERE Would not work at this moment,...

**Describe your feature request** We could resize image easily with Obsidian with `![[Pasted image 20211020114347.png|600]]` as follows: ![image](https://user-images.githubusercontent.com/19320783/138025272-7e744d24-b7aa-4d70-b892-2e1656f8d73a.png) Just wondering if maybe we could resize image in this way? **Additional...

request

The case was from [sedlex](https://github.com/ocaml-community/sedlex), which looks like:

Snapshot from https://github.com/google/EarlGrey/issues/1665 show that EarlGrey2 works well with iOS's original keyboard However, if I changed to custom keyboard, like [Grammarly Keyboard for iOS](https://support.grammarly.com/hc/en-us/articles/360009187612-Introducing-the-Grammarly-Keyboard-for-iOS) , and

I am trying to kick off a simple UI test, ```swift func testExample() throws { let app = XCUIApplication() app.launch() EarlGrey.selectElement(with: grey_accessibilityID("multiTxt")).perform(grey_tap()).perform(grey_typeText("hey")) EarlGrey.selectElement(with: grey_accessibilityID("clearBtn")).perform(grey_tap()) EarlGrey.selectElement(with: grey_accessibilityID("multiTxt")).perform(grey_typeText("bye!")) } ``` Got `Thread...

It seems that there is a bug with bisect_ppx in our internal project, as some expect_tests are not being captured. However, when I change some of the expected test case,...

bug

According to README: > Its unique chaining API allows zerolog to write JSON (or CBOR) log events by avoiding allocations and reflection Is there any example or PoC could help...

The combination of envy and wasm seems awesome, I'd like to help adding another programming language for it. There're rust and c++ sdk here already, just wondering how to take...

**Describe the bug** I got `permission denied` error in my macOS. **To Reproduce** Steps to reproduce the behavior: Just following the doc: ```sh curl https://func-e.io/install.sh | bash -s -- -b...

bug

We can get the threads list by command `ps M `, and get the number of thread by `NUM= `ps M | wc -l | xargs ` && expr $NUM...