[Numpy-discussion] Re: Switching default order to column-major

2023-11-16 Thread Valerio De Benedetto
Thanks to everyone for your answers. I guess the conclusion is that changing the default ordering will do more harm than good. So, considering the C API, what do you advise to use to copy a (probably) row-major ndarray into a data structure that is always column-major? Like some kind of

[Numpy-discussion] Re: Switching default order to column-major

2023-11-16 Thread Valerio De Benedetto
Thanks to everyone for your answers. I guess the conclusion is that changing the default ordering will do more harm than good. So, considering the C API, what do you advise to use to copy a (probably) row-major ndarray into a data structure that is always column-major? Like some kind of

[Numpy-discussion] Switching default order to column-major

2023-11-11 Thread Valerio De Benedetto
Hi, I found that the documented default row-major order is enforced throughout the library with a series of `order='C'` default parameters, so given this I supposed there's no way to change the default (or am I wrong?) If, supposedly, I'd change that by patching the library (substituting 'C's

Re: Subpixel offset for glyphs rendering

2022-09-03 Thread Valerio De Benedetto
> Sorry for the late reply. No problem. In the meanwhile, I managed to make it work. I'm using FT_Outline_Translate(), though I'm still not sure if I'm supposed to pass the translation vector as pixels or font units. For the moment I'm using pixels, and looks like it's working fine. (To whoever

Subpixel offset for glyphs rendering

2022-08-28 Thread Valerio De Benedetto
Hi, I'm in the process of implementing subpixel positioning in my application. Since I'm using a glyph cache, I want to generate 4 different versions of the same glyph shifted by 1/4 pixel on the X axis, and then use the appropriate version at rendering time, depending on the final X position of

[go-nuts] Re: pkg.go.dev is showing module, but not its package documentation

2022-01-13 Thread Valerio De Benedetto
Oh I see, so I guess it's just a matter of time then. Thank you Il giorno giovedì 13 gennaio 2022 alle 12:35:13 UTC+1 seank...@gmail.com ha scritto: > Nope, pkg.go.dev doesn't support type parameters yet > https://github.com/golang/go/issues/48264 > > On Thursday, January 13, 2022 at 10:50:18

[go-nuts] pkg.go.dev is showing module, but not its package documentation

2022-01-13 Thread Valerio De Benedetto
Hi, I'm having a weird problem with pkg.dev.go. Recently I published a module on github (https://github.com/debevv/camellia) and made pkg.dev.go index it: https://pkg.go.dev/github.com/debevv/camellia The module contains two packages: `camellia`, which is the library, and `main` inside a `cml`

[go-nuts] ARM32 support for delve: developers for bounty

2021-05-28 Thread Valerio De Benedetto
Hi, I don't know if this is the correct place to post this kind of requests, but I wanted to spread the word about an ongoing issue on delve, which is support for ARM32 targets https://github.com/go-delve/delve/issues/2051 A bounty on bountysource.com was created to incentivise developers,

[meta-virtualization] [PATCH] Add python3-terminal RDEPENDS to docker-compose

2018-01-16 Thread Valerio De Benedetto
:00 2001 From: Valerio De Benedetto <vale...@debevv.com> Date: Tue, 16 Jan 2018 17:14:55 +0100 Subject: [PATCH] add python3-terminal RDEPENDS to docker-compose recipe --- recipes-containers/docker-compose/python3-docker-compose_1.16.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe

[meta-virtualization] docker-compose fails with "ImportError: No module named 'tty'"

2018-01-15 Thread Valerio De Benedetto
Hi, I've made a very simple rocko image for an Intel Quark-based device that includes docker and docker-compose. My problem is that running docker-compose fails with this message: Traceback (most recent call last):   File "/usr/bin/docker-compose", line 11, in    

[PATCH] sftp_client_message getters

2017-06-21 Thread Valerio De Benedetto
I added some getters that were missing from the sftp_client_message interface >From 422c9cca6d91362bfb56ca76151ec3899aaffe47 Mon Sep 17 00:00:00 2001 From: Valerio De Benedetto <vale...@sonicpengu.in> Date: Tue, 6 Jun 2017 17:56:11 +0200 Subject: [PATCH 1/2] Added missing sftp_clien

[PATH] sftp_client_message getters

2017-06-06 Thread Valerio De Benedetto
I added some getters that were missing from the sftp_client_message interface >From 422c9cca6d91362bfb56ca76151ec3899aaffe47 Mon Sep 17 00:00:00 2001 From: Valerio De Benedetto <vale...@sonicpengu.in> Date: Tue, 6 Jun 2017 17:56:11 +0200 Subject: [PATCH 1/2] Added missing sftp_clien

[PATCH] NULL ctx pointer in ssh_cipher_clear()

2017-06-06 Thread Valerio De Benedetto
If ssh_handle_key_exchange() fails, when ssh_free() is called cipher->ctx is NULL >From 70d711443d47310fa1094943ca3a5046e7a5787b Mon Sep 17 00:00:00 2001 From: debevv Date: Tue, 6 Jun 2017 09:28:58 +0200 Subject: [PATCH] If ssh_handle_key_exchange() fails, when ssh_free()

[Desktop-packages] [Bug 1387219] Re: Mouse pointer disappears and cursor stops blinking

2014-12-05 Thread Valerio De Benedetto
Reported upstream: https://bugzilla.gnome.org/show_bug.cgi?id=741169 ** Bug watch added: GNOME Bug Tracker #741169 https://bugzilla.gnome.org/show_bug.cgi?id=741169 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gedit in Ubuntu.

[Bug 1387219] Re: Mouse pointer disappears and cursor stops blinking

2014-12-05 Thread Valerio De Benedetto
Reported upstream: https://bugzilla.gnome.org/show_bug.cgi?id=741169 ** Bug watch added: GNOME Bug Tracker #741169 https://bugzilla.gnome.org/show_bug.cgi?id=741169 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu.

[Bug 1387219] Re: Mouse pointer disappears and cursor stops blinking

2014-12-05 Thread Valerio De Benedetto
Reported upstream: https://bugzilla.gnome.org/show_bug.cgi?id=741169 ** Bug watch added: GNOME Bug Tracker #741169 https://bugzilla.gnome.org/show_bug.cgi?id=741169 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Desktop-packages] [Bug 1387219] Re: Mouse pointer disappears and cursor stops blinking

2014-12-04 Thread Valerio De Benedetto
Same here, on Trusty. Every time i use a keyboard shortcut (like Ctrl+Z/X/C/V) in gedit the cursor disappears and starts flckering when moved. I noticed that pressing Alt and showing up the HUD, the cursor goes back to normal -- You received this bug notification because you are a member of

[Bug 1387219] Re: Mouse pointer disappears and cursor stops blinking

2014-12-04 Thread Valerio De Benedetto
Same here, on Trusty. Every time i use a keyboard shortcut (like Ctrl+Z/X/C/V) in gedit the cursor disappears and starts flckering when moved. I noticed that pressing Alt and showing up the HUD, the cursor goes back to normal -- You received this bug notification because you are a member of

[Bug 1387219] Re: Mouse pointer disappears and cursor stops blinking

2014-12-04 Thread Valerio De Benedetto
Same here, on Trusty. Every time i use a keyboard shortcut (like Ctrl+Z/X/C/V) in gedit the cursor disappears and starts flckering when moved. I noticed that pressing Alt and showing up the HUD, the cursor goes back to normal -- You received this bug notification because you are a member of

Bug#749031: transmission-gtk: Tray icon in mate-panel and gnome-shell has excessive spacing

2014-05-23 Thread Valerio De Benedetto
Package: transmission-gtk Version: 2.52-3+nmu1 Severity: minor This bug affects gnome-shell with the traytop extension (it moves the icons from the notification area to the tray on the panel) and mate-panel. Its behaviour is strange: if i change the icon theme, the spacing is fixed. I attached a

Re: If you own an ASUS notebook, please test latest v4l-utils

2012-03-11 Thread Valerio De Benedetto
No good for my K52JU laptop, the image is still upside down. cat /sys/class/dmi/id/board_name reports K52JU, on debian wheezy please fix this, if you can Valerio