Dr Alexander Mikhalev

Results 45 issues of Dr Alexander Mikhalev

This PR is for discussion, not sure if it fits into your vision. My use case: I would like to keep track of allocated memory for data structures and plot...

luajit -lgfx.start [gfx.js] server started on port 8000, graphics will be rendered into http://localhost:8000 luajit LuaJIT 2.0.3 -- Copyright (C) 2005-2014 Mike Pall. http://luajit.org/ --- |_ _| | | |...

Hello Ratan, Thank you for such a great theme - it has exactly everything I need: maths, mermaid and all other bits. For my website, I added: roadmap using Bulma-steps,...

### What happened? Trying to follow: https://www.pulumi.com/docs/intro/concepts/resources/providers/#explicit-provider-configuration on creation provider fails: ``` import pulumi import pulumi_aws as aws # Create an AWS provider for the us-east-1 region. useast1 = aws.Provider("useast1",...

kind/bug
language/python
awaiting-feedback
area/automation-api

PR Checklist: - [ ] Link to related issue - [ ] Add changelog entry linking to issue - [ ] Added tests (if needed) - [ ] (If new...

Signed-off-by: Alex Mikhalev This is multi-threaded all_resources instead of https://github.com/joepio/atomic-data-rust/pull/394/

This is yet another "for discussion" PR: ```rust lib/examples/iai_cpu_benchmark.rs use atomic_lib::Storelike; use iai::{black_box, Iai}; fn bench_empty(iai: &mut Iai) { iai.run(|| { let store = atomic_lib::Store::init().unwrap(); return; }); } fn bench_all_resources(iai:...

As a user, I would like to synchronize multiple atomic data servers - personal ones, one can be on the phone, another on raspberry pi and a third on a...

enhancement

Atomic Data Server seems to be a perfect fit for storing Knowledge Graphs, like https://www.nlm.nih.gov/research/umls/knowledge_sources/metathesaurus/index.html or https://github.com/commonsense/conceptnet5 Knowledge Graphs structure is normally: Ontology (Types of entities)->Taxonomy (How they are connected...

I think it shall be quite easy to publish examples of how to use Atomic Data from Node to drive adoption (or validation of approach).

good first issue
usecase