Skip to content
#

binding

Here are 446 public repositories matching this topic...

davidhewitt
davidhewitt commented Apr 13, 2020

A shared utility crate to locate python would help us in build.rs as well as other crates in the ecosystem. As first suggested on Gitter:

@gilescope:matrix.org Also I wonder if we could create a where’s wally crate but for python. There seems to be quite a few rust applications trying to find python. I think it would be great to centralise that problem in a single crate - E.g.: https://gith

teodorpenkov
teodorpenkov commented Jun 23, 2019

Currently it's not possible to override SectionedViewType default method implementations in subclasses of UITableView. I'd like to prevent the default animations and just re-render the cell just like Apple suggests in reload rows Discussion https://developer.apple.com/documentation/uikit/uitableview/1614935-reloadrows.

Unfortunately when I try to override reloadItemsAtIndexPaths the com

CharlesOkwuagwu
CharlesOkwuagwu commented May 5, 2020

Please i get this error trying to translate the following to new rustler syntax:

previous:

rustler_export_nifs!(
    "Elixir.Xtdlib.Native",
    [
        ("new", 0, new),
        ("send", 2, send),
        ("execute", 2, execute),
        ("recv", 2, receive, SchedulerFlags::DirtyIo),
    ],
    Some(on_load)
);
error: proc macro panicked
  --> src/lib.rs:91:1
   |
MrNerdy42
MrNerdy42 commented Jul 23, 2019

Hello,

I've been using the libpostal python bindings for a while now and it has really helped with database cleansing and the like.

One issue I have, however, is that the only functions which have any documentation or usage examples are parse_address and expand_address. Even this comes from the main libpostal page, and not this page.

By looking at the source code, I can find some sparse

jyapayne
jyapayne commented Apr 12, 2020

Given this simple struct

struct GPU_Target
{
    int w, h;
};

The output is:

# Importing /Users/joey/Downloads/scratch/testover.h
# Generated at 2020-04-12T08:53:24-06:00
# Command line:
#   /Users/joey/.nimble/pkgs/nimterop-#head/nimterop/toast --preprocess -f=ast2 --pnim --nim:/Users/joey/Nim/bin/nim /Users/joey/Downloads/scratch/testover.h

{.hint[ConvFromXto

Improve this page

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

Learn more

You can’t perform that action at this time.