Remove this condition "when": "workspacePlatform == windows"
%USERPROFILE%\.cursor\extensions\ms-vscode.cpptools-1.23.5-win32-x64\package.json
"type": "cppvsdbg",
"label": "C++ (Windows)",
"when1": "workspacePlatform == windows",
.row > div { | |
height: 40px; | |
border: 2px solid rgb(0, 226, 242); | |
} |
<div class="row"> | |
<div class="col-4"></div> | |
<div class="col-8"></div> | |
<div class="col-2"></div> | |
</div> |
.row { | |
display: flex; | |
} | |
.col-2 { | |
flex: 2; | |
} | |
.col-4 { | |
flex: 4; | |
} | |
.col-6 { |
{ | |
"name": "across-ui", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"@testing-library/jest-dom": "^4.2.4", | |
"@testing-library/react": "^9.3.2", | |
"@testing-library/user-event": "^7.1.2", | |
"@types/jest": "^24.0.0", | |
"@types/node": "^12.0.0", |
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Name=GitKraken | |
Icon=gitkraken.png | |
Exec=/opt/gitkraken/gitkraken | |
Comment=Gitkraken | |
Categories=Development; | |
Terminal=false |
t1answkzzMNWaLgCEw53hyACeL9UjB1wXPC |
# -*- coding: utf-8 -*- | |
import time, os | |
from selenium import webdriver | |
user = "saudequiri" | |
password = "ps@2014" | |
ent = "FUNDO MUNICIPAL DE SAÚDE DE QUIRINOPOLIS" | |
local = "UPA" | |
browser = "firefox" |
# This widget requires jQuery-iMask to run | |
#https://github.com/cwolves/jQuery-iMask | |
from gluon.dal import Field | |
import re | |
def factory(mask='', auto_start=True, empty_chr="_", error_message="Did not match!"): | |
assert len(mask)>1, 'empty mask not is allowed' | |
assert len(empty_chr)==1, 'empty_chr requires one character' | |
from gluon.sqlhtml import StringWidget | |
from gluon.validators import IS_MATCH, IS_NOT_EMPTY |
#!/usr/bin/python | |
__autor__='Rodrigo gomes' | |
import time | |
from SimpleCV import * | |
def check_eyes(eyes): |