Skip to content
#

interface

Here are 995 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

prompts
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.

AlisCode
AlisCode commented Jan 5, 2020

Hey everyone !

In order for the new website to happen, we need to define some sort of branding for Iced. Since this should be a community effort, here are my first thoughts / mind map of how I reasoned about the logo and color scheme.

Logo

What is Iced ?

  • GUI Framework
  • Platform-agnostic
  • Written in Rust
  • Elm Architecture

What does iced mean ?

  • Ice
    • Ice
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

jean-emmanuel
jean-emmanuel commented Feb 16, 2018

Blinking LED

How to make a led blink depending on its value

css:

/* Do the maths here to keep css as clean as possible */
/* Assigned variables are available to the formulas that come after */
#{
    threshold = 0.5;
    value = @{this};
    animationCount = value >= threshold ? "infinite": "0";
}

/* animation names are not scoped to the widget only and can be
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

Sckholar
Sckholar commented Nov 18, 2018

The current documentation in the Wiki is incomplete and mainly example-based. At least I was unable to find any information on the full API and or JSON content of meta.json in the various places. Even more simple: CK uses 'module', 'package', 'soft', 'program' and a plethora of others without a clear overview or definition what they are and how they related to each other.

Even the existing exam

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.