-
![image](https://user-images.githubusercontent.com/13688320/29325789-95d17768-821b-11e7-9dbc-3c3d050c6297.png)
-
Requirements:
- Uploading template (in html format)
- Generate certificates following templates
- Save certificates (& print link to share with holders)
- Verify certificates
- Delete certificates
-…
-
Utilize the sync scripts to avoid copy paste recipes like
https://github.com/MasterEnderman/Zerblands-Remastered/commit/614328df1c6a185c80b1ccbfe982c75cbabbc261
Other places to look for:
- Ore proces…
-
Node Version: v20.9.0
OS: Windows 10
I'm sure node and npm works, other projects work.
I already tried running as administrator, clearing the npm cache, manually removing the node_modules folder.
…
-
Putting everything in `/opt` is a great idea, but as per issue #6, it might be a good idea to add certain files / links to other areas of the system, not least in the places where DMs look for session…
-
Write a script to clean up some old data in the database we don't need any more, for example old sprint_users records.
Also explore if there's a way to reduce the size of the goals history table, a…
-
Hi,
I am using oracle-node, where i am creating connection pools for different schemas(databases). I would like to release all the pools and connections while terminating the node process. I have hos…
-
Until gen suite is completed, add a package script to clean up:
* docker files
* readme (especially bloated graphics)
-
**Is your suggestion related to an experience ? Please describe.**
There can be tables in our DB scripts coming from removed features, features that were moved out as a connector. Need to cleanup t…
-
# Bug report
### Bug description:
```python
import linecache
import weakref
def gen_func(n):
func_code = """
def func():
pass
"""
g = {}
exec(func_code, g, g)
f…