Jason5Lee

Results 17 issues of Jason5Lee

When I connect to my google drive and try to import a markdown file, not every file in my google drive are listed in the search. And unfortunately the file...

[CoreRT](https://github.com/dotnet/corert) is a .NET Core Ahead-of-time compiler.

The playwright library has no clear documentation about whether an argument or return type can be null. In the original TypeScript library it's not a problem since the type system...

P3-collecting-feedback

iTerm is a terminal widely used in macOS. I want to config iTerm using one of the themes but currently I have to manually config. Related: #5

I found it useful that, during selecting, it can be cancelled by, for example, pressing the ESC key. The selection returns a `String?` and cancelled selection returns a `null`.

enhancement

Use `io.ReadFull` to prevent from reading only partial of a string.

Because the implementation of `Slice` method uses the `Read` method of `io.Reader` wrongly. ```go func (r *streamReader) Slice(n int) (buffer []byte, err error) { if n

I'm attempting to profile my NodeJS to identify the components slowing down my API, which might be due to an async operation. So far, all the flamegraph tools I've come...

**Describe the bug** Using `` ignores the misspelling error. **To Reproduce** Steps to reproduce the behavior: 1. Enter a sentence with misspelling. ![image](https://user-images.githubusercontent.com/25118271/215264812-8872eb0b-fa85-470c-b45d-10b22d573b29.png) 2. Add `` before. `UPPERCASE_SENTENCE_START` can be...

bug

which delegates to `TVar::new`.