Dayoung Lee

Results 51 issues of Dayoung Lee

I'd like to become a ONE-vscode committer because I have non-trivial patches about ONE View, which can be viewed here: https://github.com/Samsung/ONE-vscode/pulls?q=is%3Apr+author%3Adayo09+is%3Aclosed Could you give an opinion? @llFreetimell @mhs4670go @seanshpark @Samsung/one-vscode

### What? Let's support backend-wise node type definitions. Currently, OneExplorer defines node type by its own. It's too rigid and not very extensible. Let's make it flexible by offering some...

## What? Let's embed catapult as a submodule. Beforehand, let's double check its license, usage, and deployment strategy. ### Comment history Moved from [[third_party] Add catapult as submodule](#1613) > @dayo09...

## What? As mentioned in workshop 2023, let's find the way to show json trace files formatted in html file.

This commit adds catapult as submodule to use trace2html. ONE-vscode-DCO-1.0-Signed-off-by: Dayoung Lee --- > ### Add catapult as a submodule > > #### Why? > > I tried to import...

DRAFT
NO MERGE
2 approvals

This commit adds catapult-trace2html dependency. ONE-vscode-DCO-1.0-Signed-off-by: Dayoung Lee

Let's try integration of catapult's trace2html module. ONE-vscode-DCO-1.0-Signed-off-by: Dayoung Lee

## What? ONE has recently released onert-micro. Currently, onecc-docker downloads onecc debian package with the command `wget --no-check-certificate https://github.com/Samsung/ONE/releases/download/${VERSION}/one-compiler-bionic_${VERSION}_amd64.deb`. It fails because it tries downloading one compiler with invalid version...

## What? Let's convert token printed on the console as asterisks for the sake of security. (**redact** means to remove words or information from a text before it is printed...

## What? Let's use filesystem via `vscode.worksapce.fs`, not `fs` ## Why? They say that `fs` does not consider `ssh` support. It's safe to use `vscode.workspace.fs` instead of `fs` to support...