Skip to content
#

developer-experience

Here are 192 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
freben
freben commented Apr 22, 2020

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 @backstage namespace.
  • Change all private packages in the open source project (plugins/home-page, plugins/welcome) to be under an @internal names
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
Tzrlk
Tzrlk commented Nov 5, 2019

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

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.