Michael Beigelmacher
Michael Beigelmacher
Even if this primarily meant to read Solidity, having the utilities the extension provides (graphs, able to jump between contracts and functions, etc) would be handy. The extension can be...
According to **method 3** from the [installation section of the README](https://github.com/ConsenSys/vscode-solidity-auditor#installation), I should be able to download the compiled extension as a `.vsix` file from https://github.com/ConsenSys/vscode-solidity-auditor/releases. However, for the latest...
Rendering a trelliscopejs plot through Shiny does not appear to work.Running the app on both Chrome and Firefox and inspecting the webpage reveal the following errors: Error: only one instance...
Pretty self-explanatory in the title. This adds type definitions which is useful even when using the library as plain JS or when used with a Typescript project. One minor question...
When using the `json_log_layout` layout for structured logging, the records are **not** separated by a newline or any other separator. ```r tmp_log [1] "{\"message\":\"hungry heart\",\"level\":\"INFO\",\"time\":\"2024-06-01T18:53:29Z\"}{\"message\":\"everybody want to rule the world\",\"level\":\"INFO\",\"time\":\"2024-06-01T18:53:29Z\"}{\"message\":\"life...
fixes #30
**Describe the bug** When defining a custom element to use in a model, the the API for serving up the model breaks. For example, using this simple no-op transformer results...
`rsconnect deploy` has a command for deploying static HTML content to Connect with `rsconnect deploy html`. There is no equivalent command for `rsconnect write-manifest` making it difficult to deploy such...
**Is your feature request related to a problem? Please describe.** Right now the files directory (`.files`) is hard-coded into the application and is not configurable. This can be a problem...