Bogdan Kolbik
Bogdan Kolbik
Feature request: make widget mode with time only. It will make possible to have tiny widgets without cropped words.
I have the "catch all panics" wrapper around the code and return a JNI error in this case. With the introduction of errors enum in `0.2.1` this stopped working. Right...
With megalodon version 8.1.5 in dependencies the typescript build fails with the error: ``` node_modules/megalodon/lib/src/firefish/web_socket.d.ts:2:23 - error TS2688: Cannot find type definition file for 'ws'. 2 /// ~~ node_modules/megalodon/lib/src/mastodon/web_socket.d.ts:2:23 -...
# Issue template ## Steps to Reproduce * Run hub-detect with yarn dependencies providing `--detect.code.location.name=myscanname` parameter. ## Expected behavior * Scan name is `myscanname yarn/bom` ## Actual behavior * Scan...
When detect.code.location.name is used, suffix number is increasing always, not only on collisions
# Issue template ## Steps to Reproduce * Run hub-detect with yarn dependencies providing `--detect.code.location.name=myscanname` parameter. ## Expected behavior * Scan names are `myscanname BOM` and `myscanname SCAN` ## Actual...
How can I use `@requires` on nested subfields that have no identifiers? My schema looks like this: ```graphql extend type Thing @key(fields: "id") { id: ID! @external subThings: [SubThing!] @external...