Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Describe the bug
these tests fail
expect(formatNumber(123456.789, currencySymbol('EUR'))).to.equal('€123,456.79');
expect(formatNumber(123456.789, currencySymbol('USD'))).to.equal('$123,456.79');
expect(formatNumber(123456.789, currencySymbol('JPY'))).to.equal('¥123,457');
Elixir
Docs: add search
Not a critical issue since Cmd + F works for most cases but would be great to have a search functionality for the docs. (I've seen some other docs use Algolia for this.)
It would be helpful, to have wt.exe being mentioned in the Readme.md.
While creating an issue on not being able to find out how to run it from commandline, I found a closed issue already about it - others had the same issue finding info about it already.
Git Merge 2020
March 04, 2020 • Los Angeles
macOS:
For the installation, specifically macOS, we do not mention Homebrew as a prerequisite for the installation. Xcode Install Tools are also required, but Homebrew takes care of that, but perhaps because I have Xcode already?
Running brew install github/gh/gh without Homebrew results in command not found error.
Also, there is no mention of the SSH or HTTPS authentication, nor th
-
Updated
Feb 16, 2020 - C
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Codecov
Codecov provides highly integrated tools to group, merge, archive and compare coverage reports.
- Upload coverage reports from your CI builds.
- Codecov merges all builds and languages into one beautiful, coherent report.
- See this data overlaid via our browser extension with Sourcegraph.
Are you desiring an on-prem install? Please see https://codecov.io/enterprise
Do you have fewer than 5 users in your org + private repos? You can sign up for free at https://codecov.io/
Bug report
Title
Add a section in category to view all product assigned to that category.
Issue Description
Add a section in category to view all product assigned to that category.
Preconditions
1. framework Version.- master
Steps to reproduce
1. step1- Create a product and select category for that product.
2. step2- Go to Category section and edit th
-
Updated
Feb 16, 2020 - JavaScript
-
Updated
Feb 16, 2020
-
Updated
Feb 16, 2020 - Go
Hello,
AFAIK, this is the first bootloader that is able to boot Windows directly. All other bootloaders/bootmanagers I now are just chaining bootmgfw.efi.
Is there any publicly available documentation on how to boot Windows and Windows boot process? If not, would it be possible to document that?
Bug Report
Steps
Open https://microsoft.github.io/fluent-ui-react/components/toolbar/definition#content-menu
Click on the toolbar button once
Click on the toolbar button second time
Expected Result
Menu is closed
Actual Result
Menu closes and opens again
Version
0.44
Testcase
https://microsoft.github.io/fluent-ui-react/components/toolbar/definition#co
-
Updated
Feb 16, 2020 - TypeScript
Some markdown bold syntax is incorrectly displayed.
- 예를 들면 **alt-.**같은 경우
- ctrl-v **[Tab]**키를 누르거나
It should be modified as follows.
- 예를 들면 alt-. 같은 경우
- ctrl-v [Tab] 키를 누르거나
-
Updated
Feb 16, 2020 - Python
I'm really excited to see this new version of tcmalloc becoming available. In particular, the per-cpu support has long been an idea of interest. However, it is currently quite unclear how this new project compares with the existing gperftools/gperftools project. I think it would be helpful if this project contained some documentation that provided a direct comparison with the other (soon to be leg
-
Updated
Feb 15, 2020 - TypeScript
-
Updated
Feb 15, 2020 - Go
The firebase_auth_platform_interface package is using the outdated isMock approach to protect itself from being implements. It should use PlatformInterface instead.
-
Updated
Feb 15, 2020 - C
-
Updated
Feb 16, 2020 - PowerShell
I had some issues and talked on the slack channel with @hickeyma.
In the end the problem was me, not understanding the helm chart name and the release name.
So I had the following situation:
I didn't know in the beginning that the release name had to be unique within a namespace. I used the helm chart name as component name (copy, content, seo, orders etc.) and the release name initial for
Use case
Suppose you want to create Elastic Block Store snapshot to make a backup. Before doing that you have to ensure that data is written to block device. But you want to do it without ssh-ing to the server, directly from ClickHouse.
Implementation
Simply do sync syscall.
Drawbacks
It's too heavy and has potential for misuse.
Describe the solution you'd like
It would be great to add an option to simulate latency on virtual workers while sending message.
Basically just add a small sleep in the _recv_msg or _send_msg virtual worker methods.
-
Updated
Feb 16, 2020 - C
Depfu
Depfu is the best way for busy teams to keep their app dependencies up-to-date. We believe doing small, easy to assess updates regularly and supported by automation is a lot easier than falling behind and having to update everything at once.
We support all Ruby projects using Bundler and all JS projects using npm or Yarn. Lock files are handled automatically.


While testing the Tool, I accidentally uninstalled the app twice. I would suggest to move the button away from "Send Push" or make it at least so, that it needs to be confirmed.