Simon Chan

Results 49 issues of Simon Chan

Now I have this API: ```ts export function adbSyncPush( stream: AdbBufferedStream, writer: WritableStreamDefaultWriter, filename: string, mode: number = (LinuxFileType.File

想要构建 rime_console.exe 进行测试,但是看到代码注释说由于 MSVC 不会 export 所有 symbol 而无法构建 https://github.com/rime/librime/blob/cb7124ad622cf49dcfbc8d35fd30b7e8deaa5fd2/tools/CMakeLists.txt#L36 研究了下发现 CMake 提供了 [CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS](https://cmake.org/cmake/help/latest/variable/CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS.html) 这个变量来解决这个问题。 --- https://github.com/rime/librime/blob/b2abd094c3e92f3427597d6f40e5cd688f0ea81f/src/CMakeLists.txt#L74 实测只要在这行下方添加 ``` set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) ``` 并且在 `rime_console.cc` 顶部添加 `#define RIME_IMPORTS 1` 即可进行构建(不添加的话 MSVC...

I'm using Cyborg theme for my dark themed site, but delays are still in black thus invisible. Example: ```uml @startuml !theme cyborg participant Client participant Daemon Client -> Daemon: CNXN...

I want to insert SVGs generated by shiki and shiki-renderer-svg to PowerPoint, while having a transparent background, but it doesn't work, the background is always black. ![image](https://user-images.githubusercontent.com/1330321/145973624-f041b963-68c5-4e53-b916-766b050f9500.png) [Old SVG standard...

feature-request
good-first-issue
renderers
svg

Orginal link: https://api.sunrise.am/v2/users/authenticate/google/authorize?redirectURI=https%3A%2F%2Fcalendar.sunrise.am%2Fclose Mis-cleaned link: https://calendar.sunrise.am/close Language: English

Whitelist Request

Sorry if here is not the place to discuss individual API design. Currently `pipeThrough` is defined as https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/11d922f302743cb3fcee9ab59b03d40074a2965c/baselines/dom.generated.d.ts#L11137 It always returns a `ReadableStream`. However according to spec it will return...

Fixes #1239 Technically the third one includes the first one (when both arguments are omitted), but if the first one is removed I feel like it's hard to discover it....

VS Code Version: 1.45.0-insider (user setup) Commit: abb4a35cfc26102f93fd00df7b59ce1a19c2017a Date: 2020-04-28T05:36:25.810Z Electron: 7.2.2 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT x64 10.0.18363 Extension Version: 0.11.0 What's the issue: As mentioned...

## Summary I'm trying to create a new rush monorepo. After adding my first empty package, I invoked `rush update`, and it failed with ```text $ rush --debug update Rush...

bug
help wanted
effort: easy

When working on #234 I didn't think it's possible for URLs to contain quotation marks, except: ```css background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='32' aria-hidden='true' viewBox='0 0 16 16' width='32' data-view-component='true' class='octicon octicon-mark-github...

bug