Rikito Taniguchi

Results 60 issues of Rikito Taniguchi

`excludeFromIndex` using wildcard `.*` on non-existing data causes `TypeError: Cannot read property 'entityValue' of undefined`. For example, ```typescript datastore.save( key, { prop: 'dummy', }, excludeFromIndexes: [ // this just ignored...

priority: p2
type: bug
:rotating_light:
api: datastore

Fixes https://github.com/googleapis/nodejs-datastore/issues/787 🦕 As described in https://github.com/googleapis/nodejs-datastore/issues/787, `nodejs-datastore` raises `TypeError: Cannot read property 'entityValue' of undefined` if we try to exclude **undefined** properties from index using `.*`. This is because...

cla: no
api: datastore
size: s

This PR replaces `$PROJECT_DIR/.metals/versions-meta.json` and `$HOME/.metals/versions-meta.json"` to `workspaceState` and `globalState` respectively. I remember someone has trouble because Metals creates `.metals` in their home directory (on Discord, but I couldn't find...

This PR introduced [fp-ts](https://gcanti.github.io/fp-ts/) to make this project more functional and replace the hand-made `Either` (`Promise`) with `TaskEither` in `releaseNotesProvider` 😆

Resolve https://github.com/scalacenter/scalac-profiling/issues/30 Hi, I'm currently working on cross-building this compiler plugin for the latest Scala 2.13 and 2.12, and it is going well so far. Can someone take a look,...

fix: https://github.com/scala/vscode-scala-syntax/issues/239 vscode-scala-syntax couldn't provide consistent highlights for `C` and `D` in `derives C, D`. ## Problem Consider we have the following code ```scala enum A extends B derives C,...

**Is your feature request related to a problem? Please describe.** If I provide an invalid subcommand to `scala-cli`, it shows a stacktrace. ```sh $ ❯ scala-cli invalid scala.build.errors.InputsException: invalid: not...

enhancement

**Is your feature request related to a problem? Please describe.** In my project https://github.com/tanishiking/monkeys, there are multiple test files such as `parser/Parser.test.scala` and `scanner/Scanner.test.scala`. We can run all tests by...

enhancement

based on the new semanticdb schema https://github.com/scalameta/scalameta/pull/2867 https://github.com/tanishiking/semanticdb-for-scala3/commit/3981424f2eee9b03e6114b21026572f877185638 This commit adds support for LambdaType that is converted from HKTypeLambda in Scala3. For example, the following type signature `[A, B] =>>...

Current `ExtractSemanticDB` in dotty extracts the following information for [SymbolInformation](https://scalameta.org/docs/semanticdb/specification.html#symbolinformation), but there're some missing fields. - [x] `symbol` - [x] `language` - [x] `kind` - [x] `properties` - [x] `displayName`...

itype:enhancement
area:semanticdb