The Wayback Machine - https://web.archive.org/web/20191208115926/https://github.com/topics/engineering
Skip to content
#

engineering

Here are 744 public repositories matching this topic...

developer-roadmap
ifndefdeadmau5
ifndefdeadmau5 commented Sep 25, 2019

From react docs

Note:
We recommend using React Testing Library which is designed to enable and encourage writing tests that use your components as the end users do.
Alternatively, Airbnb has released a testing utility called Enzyme, which makes it easy to assert, manipulate, and traverse your React Components’ output.

fulldecent
fulldecent commented Oct 4, 2016

We should have a common format for describing tunes (series of beeps) across the different implementations in this repository. Extensive searching was done, a simple widespread standard was not found.

Following is proposed:

  1. Simple text file
  2. Each line represents a beep or a pause
    1. Column one is a positive integer number of milliseconds
    2. Column two is a positive integer freque
maiksensi
maiksensi commented Nov 18, 2019

Current Behavior

Seems we have a little syntax error in our markdown file.
image

Expected Behavior

One should be able to copy paste the maven dependency.

Possible Solution

We should fix the part starting with ```xml which seems to me is ment to out

iawia002
iawia002 commented Aug 30, 2019

现在我们很多 project 的目录结构都是自己定义的比较随意的那种,nirvana api 检测不到任何 descriptor

现在的想法是能不能在 run server 的时候再来生成 api docs,那个时候是已经拿到了所有 descriptor 的,也少了 nirvana api 检测/收集 descriptor 的步骤,把这个做成一个 Configurer,需要的话可以配置在启动 server 的时候生成文档或者直接把文档页面自动注册到当前 server 里,可以直接访问,比如:

$ go run main.go

INFO  0830-17:59:34.608+08 config.go:309 | Listening on :8080
INFO  0830-17:59:35.126+08 nirvana.go:231 | 
climbit
climbit commented Jun 10, 2019

Hi all,

I don't get the tests running on my local machine.
I use ubuntu and pycharm as IDE.
Within the virtual environments for python2.7 and python 3.6 I installed the following:

pip install -e local/skrf/dir
pip install nose

Is it possible to write an instruction, how to setup the tests, in the development page or in the documentation?
I just saw that the travis ci uses conda

Improve this page

Add a description, image, and links to the engineering 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 engineering topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.