Eng Zer Jun
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  and tag component for example,  Is there any particular reason that the aria labels are not set by default in Buefy? ### Why...
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...
_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 `/`...
### 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