Skip to content
#

developer-experience

Here are 182 public repositories matching this topic...

WWDC
iiroj
iiroj commented Dec 16, 2019

The README.md contains a lot of advanced config examples for functional tasks. We should probably add some basic ones as well:

  1. '*.js': ['eslint'] <- fail when eslint finds issues issues
  2. '*.js': ['eslint --fix', 'git add'] <- automatically fix eslint issues, and add to commit
  3. '*.js': ['prettier --list-different'] <- fail when prettier finds issues
  4. `'*.js': ['prettier --write
backstage
SKalt
SKalt commented Jan 16, 2020

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:

  1. 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
  1. the other option, python 2.7+ inl
hussein-joe
hussein-joe commented May 5, 2020

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

pankaryp
pankaryp commented Oct 25, 2018

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

chemidy
chemidy commented Oct 4, 2017

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.

filcole
filcole commented Aug 6, 2019

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.

Nazarah
Nazarah commented Sep 11, 2018

Steps to Reproduce

  1. go to page: https://nghtly.apinf.io
  2. Login to platform as APInf
  3. Go to Settings page and enable Mail settings
  4. 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

Improve this page

Add a description, image, and links to the developer-experience topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.