The Wayback Machine - https://web.archive.org/web/20200716160334/https://github.com/topics/interface
Skip to content
#

interface

Here are 1,094 public repositories matching this topic...

as-dr
as-dr commented Feb 13, 2018

Expected behavior

In the Choo docs on Routing, in the section "Listening for Route Changes" implementing:

var html = require('choo/html')
var choo = require('choo')
var app = choo()

var app = choo()
app.use((state, emitter) => {            // 1.
  emitter.on('navigate', (route) => {    // 2.
    console.log(`Navigated to ${route}`) // 3.
  })
})

Should return a conso

ianfp
ianfp commented Feb 7, 2019

Related to #781 and #517.

As described in #781, Feign overrides the timeouts configured in my Apache RequestConfig, even if I don't set custom request options in the Feign builder. This is unexpected behavior.

The change introduced to fix #517 copies the existing RequestConfig, but then immediately overwrites the timeouts, again, even if no Feign request options are set.

prompts
simonhaenisch
simonhaenisch commented Aug 20, 2019

Describe the bug

There is no documentation about how to mark a choice as pre-selected in a multiselect. It works to set selected: true in the choice, however @types/prompts doesn't know about it and neither does any of the documentation.

Expected behavior

The docs as well as the types should help to figure out how to do this.

System

  • OS: macOS
  • Terminal: iTerm
ara
CelticRugger
CelticRugger commented Jul 14, 2018

*******************>>> should be on
$(document).one('receivelexconfig', function onReceiveLexConfig() {
var localTimeZone;
try {
localTimeZone = JSON.stringify(
Intl.DateTimeFormat().resolvedOptions().timeZone
);
} catch (err) {
localTimeZone = JSON.stringify(
new Date().getTimezoneOffse

alphaDev23
alphaDev23 commented Sep 1, 2018

Instructions show npm install via apt-get: https://scirius.readthedocs.io/en/latest/installation-ce.html
surius-docker use debian:latest as its base: https://github.com/StamusNetworks/suricata-docker/blob/master/Dockerfile

npm fails using the instructions from "read the docs." It would be great to have the install instructions updated as the install on debian:jessie appears to have other inst

sjames-iberis
sjames-iberis commented Nov 2, 2018

We would like to be able to make interface and method ‘documentation’ comments available to templates.

For example, we would like to use a method comment to provide hints to a logging decorator about what and how to log specific params and results (avoiding monolithic log output, hiding sensitive data etc)

The documentary comments are readily available in the ast and so could be copied to

Improve this page

Add a description, image, and links to the interface topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the interface topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.