Skip to content

issues Search Results · repo:pubnub/javascript language:TypeScript

Filter by

82 results
 (72 ms)

82 results

inpubnub/javascript (press backspace or delete to remove)

I am in the process of migrating from PubNub Access Manager v2 to v3 and encountering multiple issues related to token generation and validation. Below are the steps and changes I ve made so far, along ...
  • vinaybongale
  • 4
  • Opened 
    on Jan 15
  • #431

We are Logging Frontend Errors in the Browser an we always have these PNBadRequestCategory in our logs. Several thousand Times a Day. All from Firefox Users. Object { error: true, category: PNBadRequestCategory ...
  • fwebdev
  • 2
  • Opened 
    on Jan 14
  • #429

Right now, the message actions only allow three keys: reactions, deleted, edited. When edited is used, it is pretty much hard coded to only be text in the chatsdk. It would be nice if we could add another ...
  • WalrusSoup
  • 1
  • Opened 
    on Dec 9, 2024
  • #423

When editing a message I’ve noticed an issue: going from the message text A to B and then back to A causes a 409 conflict error. However, if I edit from A to B, then to C, and finally back to A, there’s ...
priority: medium
status: waiting
type: question
  • tance77
  • 3
  • Opened 
    on Oct 15, 2024
  • #414

In several places, inputs that would otherwise be strictly structured contain index signatures which allow the user to specify properties with any key. This prevents the typings from being able to catch ...
priority: low
status: in progress
type: chore
  • yo1dog
  • 1
  • Opened 
    on Oct 14, 2024
  • #413

It looks like the Payload type used by PublishParameters.message attempts to ensure the value contains only valid JSON types, but using this type on inputs prevents users from utilizing the JSON serialization ...
priority: low
status: in progress
type: refactor
  • yo1dog
  • 5
  • Opened 
    on Oct 14, 2024
  • #412

To import types, one must import them from module subpaths. This ties projects to the module s internal file structure, which is against best practices, and could make any internal file renaming/restructuring ...
priority: medium
status: in progress
type: chore
  • yo1dog
  • 2
  • Opened 
    on Oct 14, 2024
  • #411

Currently, the project-wide esModuleInterop flag must be enabled in order to import the pubnub module using declarative syntax (import * as PubNub from pubnub ). Alternatively, dynamic import syntax may ...
priority: medium
status: in progress
type: chore
  • yo1dog
  • 1
  • Opened 
    on Oct 14, 2024
  • #410

All /// reference .../ should be removed as they pollute the global environment. For reference: https://github.com/microsoft/TypeScript/issues/33111 Superagent and many other packages have made the ...
priority: low
status: in progress
type: chore
  • yo1dog
  • 3
  • Opened 
    on Oct 14, 2024
  • #409

Rather than fetchMessages always returning union of FetchMessagesWithActionsResponse and FetchMessagesForChannelsResponse, you can use the value of the includeMessageActions flag in FetchMessagesParameters ...
priority: low
status: rejected
type: chore
  • yo1dog
  • 3
  • Opened 
    on Oct 14, 2024
  • #408
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub