developer-experience
Here are 183 public repositories matching this topic...
The README.md contains a lot of advanced config examples for functional tasks. We should probably add some basic ones as well:
'*.js': ['eslint']<- fail when eslint finds issues issues'*.js': ['eslint --fix', 'git add']<- automatically fix eslint issues, and add to commit'*.js': ['prettier --list-different']<- fail when prettier finds issues- `'*.js': ['prettier --write
Is this a bug report or a feature request?
bug
Version Info
- Version of Majestic: v1.6.2
- Version of Jest:
- Version of Node:
- Operating System:
Reproduction Repo
Create a unit test with two describe blocks and each describe block place the a test with the same name.
describe('block 1', () => {
it('test name', () => {
expect(true).toBeTruthy();
})
🗒 General
Would love if someone could help create this "Side Navigation" component to add to our Storybook (storybook.backstage.io)!
💻 Usage
This side navigation is a crucial part of the user experience for Backstage users. It is pinned to the left side of the app
-
Updated
Nov 5, 2018
Would you be interested in using mypy to validate PEP 484 type annotations as a part of migra's CI? If so, what syntax would you find acceptable? There's:
- My first choice, python 3.5+ native syntax:
from typing import Union
def foo(a: str, b: int) -> Union[int, str]:
return b if b else a- the other option, python 2.7+ inl
Oh noes. Please don't. Never do string concat for commands, use execFile instead. Never pass environment variables directly to rm without sanitation, better yet, never spawn rm. Use a JS tools, like rimraf or even better del.
-
Updated
Sep 6, 2019 - Objective-C
-
Updated
Feb 5, 2020 - Swift
The problem
I am using Batect in my current project and I wanted my Batect services to connect to a Kafka cluster(with all Confluent platform services like connect, and control centre). I found that it is challenging to have a compose file with all Confluent services separate from the Batect file.
The only option I had was to copy all Confluent services to another Batect file and include i
-
Updated
Dec 19, 2019 - OCaml
Hello there,
I really loved the idea of Crana and i want to contribute as much as i can. I believe that the most funtumental thing about a project is how you present it to the public.
So what do you think about developing a simple website with documentation, maybe with docsify, docusaurous, docz or a similar framework-generator or even a custom made minimalistic site?
Comment your thoug
It will be very nice to have configuration for logger to choose edward logger :
- syslog
- files
- remote cloud logger (gcloud stackdriver, ...), very nice gui to search
- ELK
- ....
My use case, we have a huge number microservices, and it's not very easy to search error on log files, i have to remember the name of the service to use edward log cmd, instead i'm using grep cmd or tail -f.
-
Updated
Sep 13, 2017 - Shell
-
Updated
Mar 24, 2020
-
Updated
Sep 4, 2018 - Shell
A good (best) mocking framework for the client side Xrm.* code, perhaps in combination with FakeXrmEasy-Js for Xrm.WebApi.*
Instruction/Documentation for how to combine form scripts created using XrmDefinitelyTyped with a mocking framework, such as xrm-mock would be awesome. Especially how to avoid clashes between the static @types/xrm and @XrmDefinitelyTyped typings.
-
Updated
May 7, 2020 - CSS
-
Updated
Jan 23, 2018
-
Updated
May 12, 2020 - TypeScript
check if dupe package names in same folder cause issues - write a test that should capture this problem, only resolution is to ignore the path/folder that contains the dupe package(s).
-
suman should link global to local if local suman copy does not exist.
-
suman should link a project to itself, if configuration tells it to do so.
reporter options
-
Updated
Apr 2, 2017 - JavaScript
Steps to Reproduce
- go to page: https://nghtly.apinf.io
- Login to platform as APInf
- Go to Settings page and enable Mail settings
- Click or hover on the ? buttons for Sending and Receiving mail fields.
Outcome:
On hover or clicking, no info tooltip appear

When the user filters the amount of items in the left list decreases. It would be nice, also as motivation to watch more session videos, to know how much videos are left in the left list, e.g. when I activated the
unwatchedfilter.