Adamos Kyriakou

Results 10 issues of Adamos Kyriakou

Hi there, I was really excited to find your package as I've been looking for something like it for a while. However, I can't figure out if the Angular version...

predicate-angular

Hi there, I've set up a little example showcasing my issue under https://stackblitz.com/edit/angular-6hoyua (sorta like JSFiddle). The above can be edited. What I'm trying to figure out is how to...

Some time ago I put together an example utilising [Falcon](https://falconframework.org/) and graphene-sqlalchemy. It can be found under [https://github.com/somada141/demo-graphql-sqlalchemy-falcon](https://github.com/somada141/demo-graphql-sqlalchemy-falcon). The example demonstrates setting up the SQLAlchemy ORM schema, representing it in...

enhancement
:book: documentation

Added an `Aggregation` section to `tips.rst` to show how to retrieve the `session` out of `info` and perform an aggregation query wrapping the results in a custom type and exposing...

:book: documentation
:eyes: more info needed

Hi @eueung @dudil . Love the theme and decided to use it for my travel blog. However, I'd like to have an instagram link alongside the existing social links (twitter,...

I've just started reading the 2nd edition of your book and trying out your notebook just to realize that I was only getting 3-4 friends returned. After spending quite a...

In the 'ec2_launch_instance.py' file (Example 2.1 on the book) lines 80-81 read: ``` key_dir = os.expanduser(key_dir) key_dir = os.expandvars(key_dir) ``` However, the `expanduser` and `expandvars` method appear under the `os.path`...

Is it possible to fix the top navbar in place so that its constantly visible as you scroll through the main page content? I'm trying to replicate the behavior shown...

Hi there, I just bought the Pro version (order ID CT141194) and I've been having trouble cutting it down to a basic skeleton (navbar, sidebar with 1-2 menu items, and...

Hi there and thanks a lot for posting this :). Would you happen to have figured out how to glue together Graphene, Graphene-SQLAlchemy, and Falcon?