Skip to content
#

template

Here are 8,585 public repositories matching this topic...

svelte
rowanparker
rowanparker commented Mar 31, 2020

Describe the bug
If you define an on:change attribute before a bind:value attribute, the on:change handler doesn't work.

To Reproduce
This REPL shows how it should work.
https://svelte.dev/repl/b2dfff7844614d9e8ce07f8d41fc3086?version=3.20.1

Swap lines 44 and 45 around. The input boxes will stop updating when the select is changed.

Expected behavior
It shouldn't matter whe

composerinteralia
composerinteralia commented Feb 7, 2020

Rails generators can be a bit of a mystery for folks unfamiliar with them. While trying to explain to somebody where some of the file manipulation methods come from it took me way too many steps to find the documentation I was hoping for:

  1. The method wasn't defined in the suspenders generator I was looking at, so walked up the inheritance chain to Suspenders::Generators::Base
  2. Not define
mkdocs-material
coliff
coliff commented Mar 23, 2020

I checked that...

  • ... the documentation does not mention anything about my idea
  • ... to my best knowledge, my idea wouldn't break something for other users
  • ... there are no open or closed issues that are related to my idea

Description

MkDocs v5 is looking really, really good! I realise that support for IE11 has been dropped and I understand the reasons why (the [

Templates
VictorioBerra
VictorioBerra commented Jun 12, 2019

Which project template is the issue about?
API
...

Which version of the project template is the issue about?

...

Which version of Visual Studio or the dotnet SDK were you using?
2.2.203
...

If you call the API with a client and you set Accept to application/json it is completely ignored and you will ALWAYS get application/vnd.restful+json back.

Is this desired?

react-email-editor
MobeenAshraf
MobeenAshraf commented Mar 21, 2020

As per the documentation in this link, providing user object in unlayer's init method should enable 'User Saved Blocks` feature.

However, when providing user's object via options props like below, it should pass the user's object to init method.

<EmailEditor
 ref={editor => (this.editor = editor)}
 options = { 
     user: {  id: 
samv
samv commented Oct 9, 2019

Spring v3 functions look great! However it looks like current (non v3) versions of Helm are pinned to Sprig v2. Some kind of note that the documentation is for v3 and not v2 would be useful. Having v2 documentation also available online would be nice, too. And I would also recommend a practice of having "introduced in version" notes on new functions going forward, or perhaps an outlink to a Ch

Luk164
Luk164 commented Apr 8, 2020

Is your feature request related to a problem? Please describe.
After creating the WPF app with basic MVVM I found out I cant figure out how to correctly navigate between pages. I searched all available documentation and tryied to reverse engineer it but I still have no idea how it works.

Describe the solution you'd like
I have no idea what I am doing wrong, so either a few words in do

Improve this page

Add a description, image, and links to the template 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 template topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.