Code Monkey home page Code Monkey logo

complicated-querystring-visualizer's Introduction

complicated-querystring-visualizer

release license

commits since latest release

CI audit outdated

screenshot

How to build

$ make up
$ make sync
$ make build
$ make down

complicated-querystring-visualizer's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar km45 avatar

Watchers

 avatar

complicated-querystring-visualizer's Issues

Jenkinsで実施するとエラーになる

+ make sync
docker-compose exec --user $(id -u):$(id -g) develop npm ci
Traceback (most recent call last):
  File "bin/docker-compose", line 3, in <module>
  File "compose/cli/main.py", line 88, in main
  File "compose/cli/main.py", line 140, in perform_command
  File "compose/cli/main.py", line 486, in exec_command
  File "site-packages/dockerpty/pty.py", line 338, in start
  File "site-packages/dockerpty/io.py", line 32, in set_blocking
ValueError: file descriptor cannot be a negative integer (-1)
Failed to execute script docker-compose
make: *** [sync] Error 255

というエラーになる。

docker/compose#3352
にあった -T を付けることで動作はするようになったが、
ローカルで実行する際に標準出力にでないようになってしまった。

そのため -T をつけるかどうかをスイッチング可能にしたい。

Use JSON5 instead of JSON

Support comment in editor

In the future, merge grids to an editor and represent whole querystring in single editor.

JSONパラメータ対応

http://localhost/?query={"key":"value"}
のようなリクエストパラメータの値として JSON 文字列を設定すると
http://localhost/?query={%22key%22:%22value%22}
のように URI エンコードされる。

これをサポートしたい。

npm auditのチェックを検討

現在は使用していないが favicons-webpack-plugin を導入すると
依存する lodash のバージョンについて npm audit が脆弱性の情報を出してくれる。

https://jovi0608.hatenablog.com/entry/2018/10/19/083725
のような問題もあるので検知する仕組みを検討した方がいい。

同時に yarn をやめるという選択肢の検討も必要かもしれない。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.