Santiago Aguilar Hernández

Results 18 issues of Santiago Aguilar Hernández

**Operating System**: Ubuntu Zesty (17.04) **Budgie version**: 10.3.1 **The issue encountered** When I install an applet, this is not reflected in the applets section until I restart. Also, when I...

enhancement

**Is your feature request related to a problem? Please describe.** I'm trying to pass the --watch flag to my script but is stripped by Trex and being used as `rsap`...

enhancement

Hi, I'm using the option below but I get this error: ![image](https://user-images.githubusercontent.com/7959437/39283488-2280b870-48d4-11e8-8656-381aad3655c9.png) Is there a way to solve it? I tried `types/react` but says props are not defined in the...

Hi, ¿what would you think about TypeScript in the generator? People would generate robust applications with full rich intellisense and more! Let me now in order to make a pull...

ideas

From https://github.com/denoland/deno_std/issues/2490 Please create a file with these contents: ``` ts // mod.ts if (Deno.env.get("FOO") === undefined) { Deno.env.set("FOO", "BAR"); console.log("Setted env var."); } else { console.log("Should never be called...

![image](https://github.com/denoland/fresh/assets/7959437/6c8b65fa-f03b-46f2-9eba-88471b314850) This is my deno.json ```json { "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, "tasks": { "start": "deno run -A --watch=static/,routes/ dev.ts", "vpn": "DENO_DEPLOYMENT_ID=\"$(git rev-parse HEAD)\" deno run -A main.ts"...

bug
lsp

Version: Deno 1.40.1 ![image](https://github.com/denoland/deno/assets/7959437/d8a21f0d-cb06-4b84-9451-1312f64ab330) Thanks.

Hi, I'm trying to run this code with mssql: ```ts import sql from "npm:[email protected]"; const sqlConfig = { server: "localhost", user: "sa", password: "", database: "my_db", options: { trustServerCertificate: true,...

bug
node compat
node API polyfill

Version: Deno 1.40.4 Reading the [spec](https://tc39.es/proposal-temporal/docs/plaindate.html#add) the add method should support negative values. > Adding a negative duration is equivalent to subtracting the absolute value of that duration. Instead an...