Minsoo Choo

Results 40 issues of Minsoo Choo

`@import("./foo.zig")` and `@import("foo.zig")` are equivalent, but zig's lib/std uses `@import("foo.zig")` since `./` is redundant. On saving .zig files on vscode, can we make vscode format @import("./foo.zig") to @import("foo.zig")?

Similar to what I did for lutok (https://github.com/freebsd/lutok/pull/11)

I think we don't use Travis CI anymore, and as we are planning to use Cirrus-CI (#92), I updated snapshot images to the latest version of FreeBSD in this patch.

```svelte current === item.name.toLowerCase()) || 0}> {#each menuList as item (item.name)} {@const Component = item.icon} {item.name} {/each} {#each menuList as item (item.name)} {@render children()} {/each} ``` When clicking a tab,...

### Relevant package(s) - [x] @carbon/charts - [x] @carbon/charts-svelte - [x] @carbon/charts-react - [x] @carbon/charts-angular - [x] @carbon/charts-vue - [ ] Documentation website ### Carbon Charts Version 1.23.10 ### Which...

I made many mistakes in #1908 . As per @chmeeedalf 's request, I created a new pull request that only removes powerpcspe. This is the first stage of two-stage removal...