This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/package.json b/package.json | |
index eeefd0e..067fad2 100644 | |
--- a/package.json | |
+++ b/package.json | |
@@ -7,6 +7,7 @@ | |
"@testing-library/react": "^13.1.1", | |
"@testing-library/user-event": "^13.5.0", | |
"react": "^18.0.0", | |
+ "react-cookie": "^4.1.1", | |
"react-dom": "^18.0.0", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** nginx.conf.orig 2022-04-17 01:50:37.192213186 +0000 | |
--- nginx.conf 2022-04-17 02:14:05.153078648 +0000 | |
*************** | |
*** 36,43 **** | |
include /etc/nginx/conf.d/*.conf; | |
server { | |
! listen 80; | |
! listen [::]:80; | |
server_name _; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import boto3 | |
import decimal | |
import json | |
# Import from the Lambda Layer | |
from sflib import sflib | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
from decimal import Decimal | |
import os | |
import unittest | |
import snowflake.connector | |
def connect(user, password, account, database): |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder