Skip to content
#

nuxtjs

nuxt logo

Nuxt.js is a framework for creating Vue.js applications. You can choose between Universal, Static Generated or Single Page applications.

Here are 3,569 public repositories matching this topic...

hoppscotch
Gunni
Gunni commented Oct 13, 2021

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to realtime
  2. Paste url wss://ris-live.ripe.net/v1/ws/?client=hoppscotch.io
  3. Observe connect is disabled
  4. Remove parameter, quickly undo it and click connect (also a bug)
  5. Send { "type": "ris_subscribe" } to the remote server
  6. Observe you receive
bug good first issue
Daremitsu1
Daremitsu1 commented Apr 1, 2022

Hello,

Doccano is not importing any text data. When importing the text data the following browser loading is going on:
image

The command line terminal is showing the following:-

<Starting server with port 8000.
WARNING:waitress.queue:Task queue depth is 1
WARNING:waitress.queue:
bug good first issue
sugoidesune
sugoidesune commented Dec 29, 2019

I wanted to declare the assets like so but it doesn't want to work. I tried all paths.

  [
    '@nuxtjs/style-resources', {
      scss: [ "~css/variables.scss"],
     }
  ]

It only works with this Syntax, could someone explain why or what im doing wrong?

  modules: ["@nuxtjs/style-resources"],

  styleResources: {
    scss: ["~css/variables.scss"]
  },
good first issue

Created by Sébastien Chopin & Alexandre Chopin

Released November 2016

Latest release 8 months ago

Repository
nuxt/nuxt.js
Website
nuxtjs.org
Wikipedia
Wikipedia

Related Topics

javascript spa ssr vue