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

ioc

Here are 744 public repositories matching this topic...

loopback-next
bajtos
bajtos commented Sep 18, 2020

Starting from version 12.12.0, Node.js offers built-in support for translating error stack traces using source maps - learn more here: https://medium.com/@nodejs/source-maps-in-node-js-482872b56116

Let's rework @loopback/build to use this new feature on recent version of Node.js, instead of source-map-support module.

If it's possible, then implement a fallback to npm module `source-map-s

tsed
mlmarkovic
mlmarkovic commented Jul 15, 2020

Most .py files use #!/usr/bin/python3 as shebang, but few others use #!/usr/bin/env python3.

Files which use #!/usr/bin/env python3:

./contrib/eventdb/common.py
./intelmq/bin/intelmq_generate_misp_objects_templates.py
./intelmq/tests/bots/parsers/github_feed/test_parser.py

These files should use #!/usr/bin/python3 for the sake of consistency.

Improve this page

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

Learn more

You can’t perform that action at this time.