Skip to content
#

annotation

Here are 621 public repositories matching this topic...

autonome
autonome commented Apr 27, 2020

Does Memex automatically store what I bookmark in Firefox on an ongoing basis?

Does what I add to Memex automatically get added to my browser bookmarks?

What's the relationship between Memex datastore and existing datastores in-browser which reflect ongoing usage?

socalledsound
socalledsound commented Jun 5, 2018

When I run the swift example code from the documentation I get an error on line 7

let b = new_aubio_source(path, 0, hop_size) Cannot convert value of type 'URL?' to expected argument type 'UnsafeMutablePointer<char_t>!' (aka 'ImplicitlyUnwrappedOptional<UnsafeMutablePointer>')

I've been trying to figure out how to get the right data type in there but haven't had success yet.

Fonata
Fonata commented May 26, 2019

This plugin is confused because .lando.yml files may contain a top-level key services:. It says "Missing argument", when in fact all is fine.

These files are not meant for Symfony at all. For example, in the Drupal 8 ecosystem, both Lando and Symfony can coexist without any problems.

For documentation, see https://docs.devwithlando.io.

diegodlh
diegodlh commented May 3, 2020

Steps to reproduce

  1. Login to the service from the sidebar
  2. Logout from the sidebar
  3. Login again

Expected behaviour

The password should be asked again at the second login.

Actual behaviour

Login happens automatically without asking for a password.

Additional details

This happens because the logout option in the sidebar only revokes the auth token without unsetti

Niconius
Niconius commented Jan 20, 2020

This will display text1,text2 in one line.
label: { content: ['text1', 'text2'], enabled: true, position: "top" }

I'm not sure if that is the wanted behaviour but the readme states:
// Text to display in label - default is null. Provide an array to display values on a new line

So the above code snip

solarmosaic-kflorence
solarmosaic-kflorence commented Nov 14, 2019

Just wanted to note that adding this flag to scalacOptions caused an error when trying to generate docs (sbt doc). To fix, I have removed this flag from Compile / doc scope in build.sbt like so:

scalacOptions in(Compile, doc) := scalacOptions.value.filterNot(Seq("-P:silencer:checkUnused").contains)

Although perhaps the flag could also only be applied to the `Compile /

b1rdex
b1rdex commented Jan 22, 2018
/**
 * @ORM\Entity(repositoryClass=TrackerStatusRepository::class)
 */
class TrackerStatus
{
}
  1. Alt+Enter on TrackerStatus always has add repository QF if class is specified with constant
  2. Find Usages of TrackerStatusRepository shows that class is never used

Improve this page

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

Learn more

You can’t perform that action at this time.