Mutsuha Asada

Results 42 issues of Mutsuha Asada

## Is your feature request related to a problem? Please describe. 私は、Hackaruを自身の学習記録を行うために愛用しています。 1日や1週間を振り返るときにレポート画面は非常に有用ですが、どれくらい勉強したのか、を確かめるには表から逐一計算する必要があり、少し大変です。 ## Describe the solution you'd like レポート画面の棒グラフに縦軸を追加します。 ## Describe alternatives you've considered 横軸ラベルの下に合計時間をプロットしても良いと思いましたが、月次レポートで文字が詰まってしまうように思い、縦軸を提案しました。

enhancement

# Issues I tried to generate Apache 2.0 License. The mklicense asked me for the project's beginning year and author. However, there's not this information in the generated file. ##...

## Overview ```nim proc av_strnlen* (s: cstring, len: csize_t): csize_t {.inline.} = var i: csize_t = 0 # while i < len and s[i]: # i += 1 result =...

invalid

## Overview ```nim template av_assert0* (cond: untyped): untyped = if not cond: # av_log(nil, AV_LOG_PANIC, "Assertion %s failed at %s:%d\n", AV_STRINGIFY(cond), __FILE__, __LINE__) abort() ```

invalid

## Overview ```nim # when defined(__GNUC__): # template AV_GCC_VERSION_AT_LEAST* (x, y: untyped): untyped =s # __GNUC__ > (x) or __GNUC__ == (x) or __GNUC_MINOR__ >= (y) # template AV_GCC_VERSION_AT_MOST* (x,...

invalid

Hello. I updated package-lock.json because the lockfile doesn't contain resolved and integrity fields. I was trying to build spectral-language-server with Nix (https://github.com/NixOS/nixpkgs/pull/301730 ), but it needs integrity hashes. This pull...

Perhaps the Cargo.toml in modsurfer-plugins causes this error. ``` @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/3ld36w5xvzp4522pm81i4rcjhwqmn7r3-dummy-src source root is dummy-src @nix { "action": "setPhase",...

bug

The workflows currently run by pushing and creating a pull request, but this does not have to be the case, for example updating `.vscode/*`, README, and LICENSE.

CI

https://microsoft.github.io/language-server-protocol/specifications/specification-3-16/#textDocument_semanticTokens

enhancement
language-server