synic

Results 18 issues of synic

## Bug Reports - dlite version in use (run `dlite --version`): dlite version 2.0.0-beta9 - expected behavior: dlite should init - actual behavior: I get this message: ``` [Downloads]$ ./dlite...

bug

## Bug Reports - dlite version in use (run `dlite --version`): `dlite version 2.0.0-beta9` - expected behavior: dlite is accessible on a .io domain - actual behavior: dlite is not...

bug

The docs do not show it, and I couldn't glean it from reading the code (I'm a JS noob). Can we also specify the default coordinates?

Probably doing something wrong here, but I can't figure out how to make this work: ```python class EncryptedType(TypeDecorator): impl = LargeBinary def __init__(self, engine: EncryptionEngine, **kwargs: Any) -> None: super().__init__(**kwargs)...

I've started the docker container, and I've tried various methods to send data to statsd, including the following python script: ``` python import statsd c = statsd.StatsClient('localhost', 8125) c.incr('local.test', 100)...

I'm using HEAD of `emacs-plus` on Catalina. It's the only version of Emacs I can get running without immediate crash. `anaconda-mode` is just plain not working for me, and I'm...

The current `@Loader` decorator works fine as a parameter to a `@ResolveField` function, etc. Is there a way to inject the data loader into a service constructor?

In ag.vim, you could edit the results and save them. Does ack.vim do the same thing?

info needed

```lua local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not vim.loop.fs_stat(lazypath) then vim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", "--branch=stable", -- latest stable release lazypath, }) end vim.opt.rtp:prepend(lazypath) require("lazy").setup({ { "catppuccin/nvim", name =...

Title says it all. Right now it appears as though there's no way to add descriptions to the mappings, so which key just displays them as blank.