Eng Zer Jun

Results 49 issues of Eng Zer Jun

## Description This PR replaces `os.Setenv` with `t.Setenv`. Starting from Go 1.17, we can use `t.Setenv` to set environment variable in test. The environment variable is automatically restored to its...

### Description Take the pagination ![image](https://user-images.githubusercontent.com/20135478/82667050-fcaf5880-9c2e-11ea-9231-43512f2b85c6.png) and tag component for example, ![image](https://user-images.githubusercontent.com/20135478/82667248-5ca5ff00-9c2f-11ea-99df-fdfb631b7a4c.png) Is there any particular reason that the aria labels are not set by default in Buefy? ### Why...

improvement
discussion
breaking change

A testing cleanup. 1. Replaces `ioutil.TempDir` with `t.TempDir`. We can use the `T.TempDir` function from the `testing` package to create temporary directory. The directory created by `T.TempDir` is automatically removed...

area/2.x

_Something went wrong with #5085, GitHub wasn't updating the PR with the new commits_ ## ☕️ Reasoning Some users could be setting their `signIn` and `error` pages option to `/`...

core

### Changes: A testing cleanup. This pull request replaces `ioutil.TempDir` with `t.TempDir`. We can use the `T.TempDir` function from the `testing` package to create temporary directory. The directory created by...

#### Type of change - Test update #### Description A testing cleanup. This pull request replaces `ioutil.TempDir` with `t.TempDir`. We can use the `T.TempDir` function from the `testing` package to...

A testing cleanup. This pull request replaces `ioutil.TempDir` with `t.TempDir`. We can use the `T.TempDir` function from the `testing` package to create temporary directory. The directory created by `T.TempDir` is...

As per https://github.com/flower-corp/lotusdb/pull/45#issuecomment-1172886115, we can use a matrix strategy to run the unit tests on both Ubuntu and Windows. EDIT: This PR also fixes all the failing tests on Windows

A testing cleanup. This pull request replaces `ioutil.TempDir` with `t.TempDir`. We can use the `T.TempDir` function from the `testing` package to create temporary directory. The directory created by `T.TempDir` is...

Fixes #355. @merencia `node-cron 3.0.1` breaks for project that doesn't have `uuid` as a dependency, this PR is an urgent patch. EDIT: Closes #357 as well