developer-experience
Here are 182 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();
})
Example plugins
Create more example plugins showing typical infrastructure use-cases. Possible examples include:
- Open API / Swagger view for services
- PagerDuty (see #240)
- Google Cloud Project creation
- Show open pull requests for Backstage on GitHub
- GitHub Actions
- Stack Overflow - unanswered / new questions about backstage
- Kube Web View - https://github.com/hjacob
-
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 12, 2020 - TypeScript
-
Updated
May 19, 2020 - CSS
-
Updated
Jan 23, 2018
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
May 23, 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
unwatched
filter.