Daniel Schmitz

Results 58 comments of Daniel Schmitz

Yeap, change isn't working.. watch a value works... https://codepen.io/danielschmitz/pen/BPmBay?editors=1010#0

é incompatibilidade entre http e https tente usar "http**s**://127.0.0.1:5173"

tem duas extensões no chrome, dark mode e dark reader

It's necessary create a theme and define manually a background color to toolbar ex: ```sass @use 'sass:map'; @use '@angular/material' as mat; $light-theme: mat.define-theme(( color: ( theme-type: light, primary: mat.$azure-palette, //...

Muito interessante essa ferramenta de Discussions ! As vezes sugiremos features que nem são úteis, pelo menos no Discussions dá pra saber quais o pessoal mais vota! Tenho certeza que...

> How do I setup Axios in svelte ? here: https://github.com/danielschmitz/svelte-sapper-bulma-crud/blob/master/src/http.js

> for getting data do you axios method too? yeap. example: ```js import http from "../http"; async function onDeleteClick(item) { product = item; if (confirm(`Delete "${product.name}"?`)) { await http.delete(`/products/${product.id}`); products...

Hi, this is a backend issue, since in version 2 of now server, the json file was read-only. i'll change the server to heroku soon.

Olá, tudo bem? a parte que mostra como instalar está no livro, veja: ![deepinscreenshot_select-area_20171229142418](https://user-images.githubusercontent.com/1509692/34441603-fbf9f946-eca3-11e7-9320-b256c9b78771.png)

vou dar uma olhada na forma como está esse editor é qual?