developer-experience
Here are 192 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();
})
As part of clarifying what is part of the open source offering and what is examples or private code, we should signal these differences using package names/namespaces.
Suggested solution:
- Let all public, published packages retain their
@backstagenamespace. - Change all private packages in the open source project (
plugins/home-page,plugins/welcome) to be under an@internalnames
-
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
Jun 18, 2020 - Objective-C
-
Updated
Feb 5, 2020 - Swift
From what I've read in the documentation, tasks can be executed with additional arguments passed to the specified command like so: batect my-task -- arg1 arg2. Also, when attempting to use shell interpolation in the command, it is required to modify the entrypoint to be something like /bin/bash -c, necessitating the command be quoted.
Unfortunately, because the command is considered a singl
-
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
May 30, 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 12, 2020 - TypeScript
-
Updated
Jan 23, 2018
-
Updated
Jun 15, 2020 - CSS
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
![screen shot 2018-09-11 at 12 26 18](https://user-images.githubusercontent.com/17976243/45351069
-
Updated
Mar 6, 2019 - C#
-
Updated
Jul 4, 2020 - JavaScript
It will be cool for people that uses https://trello.com/ for their work.
Check how to create custom repositories with:
-
Updated
Dec 30, 2018
Improve this page
Add a description, image, and links to the developer-experience topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the developer-experience topic, visit your repo's landing page and select "manage topics."
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.